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

.rectangulo-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background: #f5f8fa 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: #28c101;
    text-align: right;
    text-decoration: none;
    margin-top: 11px;
    font-size: 13px;
    font-weight: 600;
}

.button-submit {
    /* width: 406px; */
    height: 43px;
    background: #28c101 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: #28c101;
    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: #f5f8fa 0% 0% no-repeat padding-box;
    width: 100vw;
}

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

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

.reset-pass-link {
	text-align: right;
	font-size: 15px;
	line-height: 24px;
	color: #919191;
	margin-top: 20px;
    text-decoration: underline !important;
}