img.btn {
  background-color: #E1E1E1;
  border: 1px solid #ADADAD;
}

img.btn:hover {
  background-color: #E5F1FB;
  border: 1px solid #0078D7;
}