.forgot .formBlock {
    padding: 30px 45px;
    width: 100%;
}
.forgot .formBlock .article h3 {
    font-family: 'Josefin Sans';
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 400;
}
button#reset_btn {
    max-width: 40%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #c10230;
    font-size: 17px !important;
    font-family: 'Josefin Sans' !important;
}
@media only screen and (max-width:1440px) {
    button#reset_btn {
        font-size: 13px !important;
    }
}
@media only screen and (max-width:768px) {
    .forgot .formBlock {
        padding: 30px 45px;
        width: 100%;
    }
    .formBlock.borderWrap p {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 576px) {
    button#reset_btn {
    max-width: 100%;
    }
    .forgot .formBlock .article h3 {
        font-family: 'Josefin Sans';
        font-size: 22px !important;
        font-weight: 600;
    }
    .formBlock .article p {
        margin-top: 10px;
    }
}