.logout-icon {
    width: 140px;
}

body.auth-fluid-pages {
    background: url(../images/bannerLogueo.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.auth-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: transparent; /* Fondo ahora viene desde el body */
}

.auth-fluid .auth-fluid-form-box {
    max-width: 480px;
    border-radius: 0;
    z-index: 2;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.95); /* Fondo blanco semitransparente */
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2); /* Sombra ligera */
}

.auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.auth-brand {
    margin-bottom: 2rem;
}

.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.auth-user-testimonial p.lead {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px;
}

/* RESPONSIVO para pantallas pequeñas */
@media (max-width: 991.98px) {
    body.auth-fluid-pages {
        background: url(../images/bannerLogueo.jpg) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        min-height: 100vh;
    }

    .auth-fluid {
        display: block;
        min-height: 100vh;
    }

    .auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: none;
    }

    .auth-fluid .auth-fluid-right {
        display: none;
    }
}

.auth-brand .logo-dark {
    display: block;
}

.auth-brand .logo-light {
    display: none;
}
