#forgotForm{
    width: 100%;
    margin: auto;
    padding: 4rem 0;
    min-width: 280px;
    max-width: 700px;
}
    #forgotForm input{
        width: 70%;
    }
    #forgotForm .hint-google a{
        font-weight: 500;
        color: var(--main);
        text-decoration: none;
    }
        #forgotForm .hint-google a:hover{
            color: var(--main4);
        }
@media screen and (max-width: 575px) {
    #forgotForm{
        padding: 0 0 2rem;
    }
        #forgotForm input{
            width: 100%;
        }
}