.forgot-container {
    background: url("../images/bgEsqueciMinhaSenha.png") no-repeat;
    background-size: cover;
    background-position-y: -20vh;
    padding-top: 16vh;
}
.forgot-title {
    font-size: 3.2vw;
    vertical-align: middle;
    line-height: 0.85;
}
.forgot-subtitle {
    font-family: Gotham-Ultra-Regular;
    font-size: 5.9vw;
}
.forgot-text {
    font-size: 1.5vw;
    letter-spacing: 1.6px;
    white-space: nowrap;
    padding: 5vh 0 4vh;
}
.forgot-form {
    font-family: Gotham-Light;
    width: 30%;
    margin: auto;
}
.forgot-label {
    font-size: 1.1vw;
    float: left;
    padding-left: 1vw;
}
.forgot-control {
    height: 8vh;
    width: 100%;
    border: none;
    border-radius: 9px;
    font-size: 1.4vw;
    color: black;
}
@media (min-width: 992px) {
    .forgot-btn-enviar {
        height: 10vh;
        width: 18vw;
        border-radius: 45px;
        font-family: Gotham-Bold;
        font-size: 1.4vw;
        margin-top: 5vh;
    }
}
@media (max-width: 991.98px) {
    .forgot-container {
        background-size: 185vh;
    }
    .forgot-title {
        text-align: center;
        font-size: 7vw;
    }
    .forgot-subtitle {
        font-size: 11vw;
    }
    .forgot-form {
        width: 90%;
    }
    .forgot-label,
    .forgot-control {
        font-size: 2.8vw;
    }
    .forgot-control {
        height: 5vh;
    }
    .forgot-text {
        font-family: 'Gotham-Book';
        font-size: 3vw;
        font-weight: 600;
        letter-spacing: 1.2px;
    }
    .btn-consultar {
        margin-top: 4.1vh;
    }
}