/* 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(--verano--primary--dark-blue);
    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(--verano--primary--dark-blue);
}

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

.forgot-password__main__container__image__boat {
    position: relative;
    top: 180px;
}

/* Responsive */
@media screen and (min-width: 932px) {
    .forgot-password__main__container__image {
        background-image: url("../img/fondos/verano_fondo.png");
        background-repeat: no-repeat;
        height: 120px;
        width: 100%;
        background-size: auto;
        position: absolute;
        background-position-y: 60%;
    }

    .forgot-password__main__container__title {
        background-image: url("../img/fondos/verano_fondo2.png");
        background-repeat: no-repeat;
        height: 150px;
        position: relative;
        top: 100px;
    }

    .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;
    }
}
