/* Forzar el tamaño del logo en la pantalla de acceso */
#body-login #header .logo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 400px !important;  /* Ajusta este ancho a tu gusto */
    height: 250px !important; /* Ajusta este alto a tu gusto */
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

/* Opcional: Ajustar el contenedor si el logo se ve cortado */
#body-login #header {
    height: auto !important;
    padding-top: 1vh !important;
}