/* prueba brutal para confirmar que el CSS carga */
body {
  outline: 4px solid red !important;
}

/* logo */
img[src*="logo"] {
  width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* inputs login */
input {
  border-radius: 12px !important;
}

/* botón login */
button {
  border-radius: 12px !important;
}
