.reset-forgot-forms .login-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 992px) {
    .reset-forgot-forms .login-image {
        min-height: 655px;
    }
}