@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




body {
    background: #E3EBEB;
}

.cls-ses-check{
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mini-logo {
    filter: brightness(100);
}

.btn-circle {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.btn-circle a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    /* Color del texto */
    padding: 15px;
}

.btn-google {
    border: 0;
    ;
}

.btn-outlook {
    border: 0;
}

.btn-active {
    border: 0;
}

.text-divider {
    display: flex;
    align-items: center;
    padding-left: 25%;
    padding-right: 25%;
}

.text-divider::before,
.text-divider::after {
    content: '';
    height: 1px;
    background-color: silver;
    flex-grow: 1;
}

/* .text-divider {
    display: flex;
    align-items: center;
    --text-divider-gap: 1rem; 
}

.text-divider::before,
.text-divider::after {
    content: '';
    height: 1px;
    background-color: silver;
    flex-grow: 1;
}

.text-divider::before {
    margin-right: var(--text-divider-gap);
}

.text-divider::after {
    margin-left: var(--text-divider-gap);
} */

.btn-send {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: #2746A6;
    background: linear-gradient(120deg, #2746A6 13%, #008EE6 36%, #00A094 79%, #5FB66B 90%);
    max-width: 132px;
    border-radius: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    transition: background 1s ease, color 1s ease;

    font-size: 16px;
    padding: 4px 23px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.btn-send:hover {
    color: rgb(255, 255, 255);
    background: linear-gradient(90deg, #2966d6 0%, #153894 100%);
}

.form-check {
    color: #424242;
    font-style: normal;
    flex-flow: column;
    padding-left: 24px;
}

.errorMessage {
    color: tomato;
    font-size: small;
}

.form-login {
    display: flex;
    justify-content: center;
    padding: 1.5rem 4rem;
    width: 368px;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    opacity: 0px;
    background-color: #ffffff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}

.form-login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 368px;
    height: 100%;
    opacity: 0px;
    background-color: #ffffff;
}

.form-login .login-input-text {
    border-radius: 5px;
    height: 37px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    background-color: white;
}

.form-check-input {
    background-color: #153244;
    height: 16px;
}

.promotion-text {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #153244;
}

.text-alt-promotion-1 {
    color: #008EE6;
}

.text-alt-promotion-2 {
    color: #00B33D;
}

.welcome-text {
    font-family: 'Roboto';
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #153244;
}

.login-subtitle {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 22px;
    font-weight: 300;
    line-height: 2px;
    text-align: center;
    color: #153244;
    margin: 0px 0px 6px 0px
}

.login-text {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 200;
    line-height: 12px;
    color: #153244;
}

.forgot-password-text {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 12px;
    color: #008EE6;
    text-decoration: underline;
    text-align: center;
    font-style: italic;
}

.copy-text {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    color: #B1B1B1;
    text-align: center;
}

.logo-zora {
    width: 416.05px;
}



.password-wrapper {
    position: relative;
}

/* El ícono encima del input, a la derecha, centrado verticalmente */
.password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;          /* ajusta según el padding de tu input */
    transform: translateY(-50%);
    cursor: pointer;

    /* Solo el icono, sin borde, sin fondo */
    border: none;
    background: none;
    padding: 0;
    margin: 0;

    color: #999;          /* color tenue; cámbialo a gusto */
    font-size: 1rem;      /* o 1.1rem si lo quieres un poco más grande */
}

/* Opcional: al pasar el mouse, aclarar un poco */
.password-wrapper .toggle-password:hover {
    color: #666;
}

/* =========================
   MOBILE BASE
   ========================= */

.form-login {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
}

.logo-zora {
    width: 180px;
    margin-bottom: 8px;
}

.promotion-text {
    font-size: 20px;
    line-height: 21px;
}

.welcome-text {
    font-size: 21px;
    line-height: 22px;
}

.login-subtitle {
    font-size: 18px;
    line-height: 20px;
}

.btn-circle a {
    width: 47px;
    height: 47px;
    padding: 8px;
}

.right-rect {
    height: 100vh;
    border-radius: 40px 40px 0 0;
    z-index: 500;
}

.fondo-login-comp {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /* ocupa el 100% de la altura de la pantalla */
    width: auto;

    max-width: none;

    pointer-events: none;
    z-index: 600;
    width: 100vw;
    height: auto;

    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.fondo-login-mobile{
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 300px) and (min-height: 600px) {
    .title-login {
        margin-top: 5%;
        font-size: 2rem;
    }

    .right-rect {
        height: 100vh;
        border-radius: 40px 40px 0 0;
    }

    .form-login {
        padding: 1rem 4rem;
    }

    .logo-zora {
        width: 200px;
    }

    .btn-circle a {
        width: 60px;
        height: 60px;
    }

    .text-footer {
        font-size: 12px;
    }
}

@media (min-width: 390px) and (min-height: 700px) {
    .title-login {
        margin-top: 5%;
        font-size: 2rem;
    }

    .right-rect {
        height: 87vh !important;
        border-radius: 40px 40px 0 0;
    }

    .form-login {
        padding: 1rem 4rem;
    }

    .logo-zora {
        width: 200px;
    }

    .btn-circle a {
        width: 50px;
        height: 50px;
    }

    .text-footer {
        font-size: 12px;
    }

    .fondo-login-mobile {
        display: block;
        bottom: -50px;
    }
}

@media (min-width: 550px) and (min-height: 700px) {
    .title-login {
        margin-top: 5%;
        font-size: 2rem;
    }

    .right-rect {
        height: 85vh !important;
        border-radius: 40px 40px 0 0;
    }

    .form-login {
        padding: 1rem 4rem;
    }

    .logo-zora {
        width: 260px;
    }

    .btn-circle a {
        width: 60px;
        height: 60px;
    }

    .text-footer {
        font-size: 12px;
    }

    .fondo-login-mobile {
        display: block;
        bottom: -50px;
    }
}

@media (min-width: 768px) and (min-height: 776px) {
    
    .fondo-login-mobile {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    /* transform: translateY(10px); */
    bottom: -145px;
}

    .fondo-login-comp {
        display: none !important;
    }

    .title-login {
        margin-top: 5%;
        font-size: 2rem;
    }

    .right-rect {
        height: 80vh;
        border-radius: 40px 40px 0 0;
    }

    .form-login {
        padding: 1rem 4rem;
    }

    .logo-zora {
        width: 260px;
    }

    .btn-circle a {
        width: 60px;
        height: 60px;
    }

    .text-footer {
        font-size: 12px;
    }
}

@media (min-width: 900px) and (min-height: 1000px) {
    
     .form-login {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .form-login .login-input-text {
        height: 31px;
        font-size: 12px;
    }

    .welcome-text {
        font-size: 28px;
    }

    .promotion-text {
        font-size: 25px;
    }
    
    .login-subtitle {
    font-size: 24px;
    line-height: 27px;
}

    .btn-circle a {
        width: 45px;
        height: 45px;
    }

    .text-footer {
        font-size: 9px;
    }

    .right-rect {
        height: 70vh !important;
        border-radius: 30px 0 0 30px;
        
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .btn-circle a {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (min-width: 992px) and (min-height: 776px) {

    .mini-logo {
        height: 60px;
        width: 60px;
    }

    .title-login {
        margin-top: 20%;
    }

    .img-login {
        width: 60%;
    }

    .form-login {
        border-radius: 0 20px 20px 0;
    }

    .right-rect {
        height: 100vh !important;
        border-radius: 30px 0 0 30px;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .fondo-login-comp {
        display: block !important;
    }

    .fondo-login-mobile {
        display: none !important;
    }
}


@media (min-width: 1200px) and (min-height: 800px) {
    
    .mini-logo {
        height: 80px;
        width: 80px;
    }

    .title-login {
        font-size: 3rem;
        margin-top: 15%;
    }

    .form-login-container {
        width: 368px;
    }

    .promotion-text,
    .welcome-text {
        font-size: 30px;
        line-height: 33px;
    }

    .btn-circle a {
        width: 70px;
        height: 70px;
    }
    
        .fondo-login-comp {
        display: block !important;
    }

    .fondo-login-mobile {
        display: none !important;
    }
}


@media (min-width: 1200px) and (min-height: 900px) {

    .right-rect {
        height: 87vh;
    }

    .form-group {
        margin-bottom: 12px;
    }
}


@media (max-height: 640px) {

    .form-login {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .form-login .login-input-text {
        height: 31px;
        font-size: 12px;
    }

    .welcome-text {
        font-size: 23px;
    }

    .promotion-text {
        font-size: 18px;
    }

    .btn-circle a {
        width: 45px;
        height: 45px;
    }

    .text-footer {
        font-size: 9px;
    }
}

@media (max-width: 992px) and (min-height: 900px) {
    .fondo-login-comp {
        display: block !important;
    }

/*    .fondo-login-mobile {
        display: none !important;
    }*/
}
.form-group{
    margin: 0px 0px 8px 0px;
}

@media (min-width: 992px) {
    .fondo-login-comp {
        display: block !important;
    }

    .fondo-login-mobile {
        display: none !important;
    }

    .right-rect {
        height: 100vh !important;
        border-radius: 30px 0 0 30px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .form-login {
        border-radius: 0 20px 20px 0;
    }
}

@media (max-width: 992px) {
    .fondo-login-comp {
        display: none !important;
    }

}

@media (min-height: 768) {
    .fondo-login-comp {
        display: none !important;
    }
    
    .fondo-login-mobile {
        display: block !important;
    }
}

.div-form {
    overflow: auto;
}