.site-reset-password .subtitle-medium {
    font-size: 19px;
}

.site-reset-password {
    text-align: center;
    padding-top: 30px;
}

.site-reset-password h1 {
    text-align: center;
}

.site-reset-password .reset-password-form.form-stylesheet {
    padding: 0;
    margin: 0 auto;
    width: 50%;
}

.site-reset-password .reset-password-form.form-stylesheet label {
    float: left;
    color: black;
    margin-bottom: 5px;
    font-weight: 600;
}

.site-reset-password .reset-password-form.form-stylesheet .form-group {
    height: 106px;
    margin-bottom: 12px;
}

.site-reset-password .reset-password-form.form-stylesheet .form-group.has-error:before {
    top: 40px;
}

@media (max-width: 767px) {
    .site-reset-password .reset-password-form.form-stylesheet .form-group.has-error:before {
        top: 34px;
    }
}