.form-control {
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


@media (max-width: 576px) {
  #registrationForm {
    width: 90%;
  }
}
