.body-login{
    background-image: url(/static/assets/img/login-riles.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.content-fixed{
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.container-login{
    margin: 0 auto;
    position: absolute;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 100px 0px 50px; 
}
.img-fluid{
    display: flex;
    justify-content: center
}
.info-logo-color{
    width: 200px;
    height: auto;
}

/*
------------------------
****** LOGIN LEFT ******
------------------------
*/

.login-left{
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    flex-shrink: 0;

}
.bienvenida-titulo{

    font-family: 'IBM Plex Sans';
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.texto-bienvenida{

    font-family: 'IBM Plex Sans';
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.texto-despedida{
    font-family: 'IBM Plex Sans';
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-suscribete {
    width: 17rem;
    border: 1px solid #6D6D6D;
    border-radius: 1.5rem;
    background: #FE7A1B;
    color: white;
}
.btn-suscribete:hover{
    border: 1px solid #6D6D6D;
    background:#e56e18;
    color: white;
}

.btn-suscribete-02 {
    /* width: 17rem; */
    border: 1px solid #6D6D6D;
    border-radius: 1.5rem;
    background: #FE7A1B;
    color: white;
}
.btn-suscribete-02:hover{
    border: 1px solid #6D6D6D;
    background:#e56e18;
    color: white;
}


/*
-------------------------
****** LOGIN RIGHT ******
-------------------------
*/

.login-right{
    border-radius: 3.75rem 0rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 25px 60px -15px rgba(0, 20, 20, 0.45);
    /* padding: 3.25rem; */
    padding: 3rem;
    width: 500px;
    flex-shrink: 0;
}
.texto-login{
    color: #6D6D6D;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.login-titulo{
    color: #6D6D6D;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.label-login-user{
    color: #000;
    font-family: "IBM Plex Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    margin-top: 0.3rem;
}
.label-login-pass{
    color: #000;
    font-family: "IBM Plex Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    margin-top: 0.7rem;
}
.gap-12{
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.input-login{
    border-radius: 0.25rem 1.625rem 0.25rem 0.25rem;
    border: 1px solid #00AEA5;
    background: #FFF;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.input-login:focus{
    border-color: #005E55;
    box-shadow: 0 0 0 3px rgba(0, 174, 165, 0.25);
    outline: none;
}
.btn-login{

    /* width: 17rem; */
    border-radius: 1.5rem;
    border: 1px solid #005E55;
    background: #00AEA5;
    transition: background 0.15s ease, transform 0.1s ease;
}
.btn-login:hover{
    background: #009489;
}
.btn-login:active{
    transform: scale(0.98);
}


.alerta-login{
    background-color: #EBB0B0;
    color: #BD0000;
    width: 400px;
    height: 112px;
    border-radius: 8px;
    border: 1px solid #BD0000;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.text-recuperar-pass{
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: center;

}

/*
-------------------------
******  MEDIA QUERY ******
-------------------------
*/

/* Estilos que se aplicarán cuando la pantalla sea mayor a 1280px de ancho */
@media only screen and (min-width: 1281px) {

    .container-login{
        padding: 3rem 0rem 3rem 5rem;
        min-height: auto;
    }
    .login-left{
        max-width:100vw;
    }

    .login-right{
        padding: 5.25rem;
        max-width: 30vw;
    }

    .bienvenida-titulo{
        font-size: 3.75rem;
    }
    .texto-bienvenida{
        font-size: 1.8rem;
    }
    .texto-login{
        font-size: 1.3rem;
    }
    .login-titulo{
        font-size: 1.875rem;
        padding-bottom: 0.5rem;
    }
    .info-logo-color{
        width: 180px;
    }

}

/* Estilos que se aplicarán cuando la pantalla sea menor a 768px de ancho */
@media (max-width: 768px){
    .container-login{
        min-height: 100vh;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .login-left{
        max-width:100vw;
        padding-bottom: 50px;
    }

    .login-right{
        padding: 3.25rem;
        max-width: 80vw;
    }

    .bienvenida-titulo{
        font-size: 2.75rem;
    }
    .texto-bienvenida{
        font-size: 1.3rem;
    }
    .texto-login{
        font-size: 1rem;
    }
    .login-titulo{
        font-size: 2rem;
    }
    .info-logo-color{
        width: 160px;
    }
}
