/* Copiar los estilos de verano y cambiarlos a tu gusto, obviando cambiar el nombre de las clases. */
/* Forgot password */
.forgot-password__main__container {
    height: 75vh;
}

.forgot-password__main__container__title {
    position: relative;
    top: 60px;
    text-align: center;
}

.forgot-password__main__container__title h2 {
    font-size: 35px;
    color: var(--nieve-primary-red);
    line-height: 48px;
    padding: 1.5rem;
}

.forgot-password__main__container__form {
    position: relative;
    top: 60px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
}

.forgot-password__main__container__form__inputs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    margin: 0 auto;
    text-align: center;
}

.forgot-password__main__container__form__inputs h4 {
    font-size: 25px;
    color: var(--nieve-primary-red);
}

.email-btn {
    border: none;
    padding: 0.5rem 3rem;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: var(--nieve-primary-red);
    color: #FFF;
}

.forgot-password__main__container__image__boat {
    position: relative;
    top: -150px;
    left: 300px;
}

/* Responsive */
@media screen and (min-width: 932px) {
    .forgot-password__main__container__image {
        background-image: url('../img/fondos/nieve_fondo_steps.png');
        background-repeat: no-repeat;
        height: 373px;
        width: 100%;
        background-size: cover;
        position: absolute;
        background-position-y: 0;
    }

    .forgot-password__main__container__form {
        top: 130px;
    }

    .forgot-password__main__container__title h2 {
        padding: 3.5rem 1.5rem 0 1.5rem;
    }

    .forgot-password__main__container__form {
        width: 60rem;
    }
}
