.user-login-form input[type="submit"]:hover {
  color: white;
  background-color: rgba(88, 207, 144, 1);
}


.user-login-form input:focus {
  border: none;
  box-shadow: 0 0 .5rem rgba(88, 207, 144, 0.6);
}
