/* PasswordReset.css — prefix: pr-
   Password reset form page styles
   ================================================================ */

.pr-intro {
    font-size: 13px;
    color: var(--oo-text-muted);
    margin: 0 0 20px;
}

.pr-error {
    margin-bottom: 16px;
}

.pr-field {
    margin-bottom: 14px;
}

.pr-actions {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--oo-border-light);
    display: flex;
    justify-content: flex-end;
}

.pr-actions .oo-btn-save {
    min-width: 140px;
}
