/* Estilo para el campo de usuario y contraseña */
input[type=email], input[type=password], input[type=text]  {
  border-radius: 20px !important;
  font-family: "Inter", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

input[type=submit] {
  font-weight: bold !important;
}