body {
    background-image: url(../../img/login/fondo_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 40px !important;
}

.rectangulo-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
}

.formulario {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 15%;
    margin-top: 5%;
}

.altura {
    height: 100vh !important;
}

.right-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 50%;
    margin-top: 15%;
}

.logo-size {
    width: 16px;
    height: 16px;
}

p {
    margin-bottom: 1px !important;
    color: #424C67;
    font-size: 14px;
}

.inputs {
    display: flex;
    flex-direction: column;
}

input {
    /* width: 406px; */
    height: 43px;
    border: 1px solid #D6DAE5;
    border-radius: 6px;
    padding-left: 14px;
}

input::placeholder {
    color: #8F97AC;
}

.lost {
    color: #4bb8e3;
    text-align: right;
    text-decoration: none;
    margin-top: 11px;
    font-size: 13px;
    font-weight: 600;
}

.button-submit {
    /* width: 406px; */
    height: 43px;
    background: #4bb8e3 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
    margin-top: 27px;
    font-size: 13px;
    font-weight: bold;
}

.end {
    margin-top: 55px;
    display: flex;
    gap: 190px;
}

.enlace {
    text-decoration: none;
    color: #4bb8e3;
    font-size: 14px;
    font-weight: 600;
}

label {
    font-weight: 600;
    margin-bottom: 5px;
}

.width-email-sent {
    width: 70%;
}


/* Movil */

.rectangulo-form-movil {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 60vh;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100vw;
}

.logo-movil {
    max-width: 320px;
}

.formulario-movil {
    width: 80%;
    margin-top: 5%;
}

.remember-me label {
    display: flex;
    /* Usa flexbox para alinear elementos */
    align-items: center;
    /* Alinea el checkbox y el texto verticalmente */
    gap: 0.5rem;
    /* Espacio entre el checkbox y el texto */
}

.remember-me input[type="checkbox"] {
    margin: 0;
    /* Elimina márgenes adicionales del checkbox */
}

form[name="reset_password_request_form"] {
    width: 80% !important;
}


.form-rec-contrasenia {
    display: flex;
    justify-content: flex-end;
}