.forgot-password-page .field-note {
    margin: 6px 0 0;
    color: var(--color-text-secondary);
    font-size: var(--font-size-note);
}

.forgot-password-page .form-control--readonly {
    background: var(--color-surface-muted);
    color: var(--color-text-secondary);
    cursor: not-allowed;
}

.forgot-password-page .forgot-password-callout {
    margin-top: -2px;
    color: #24395f;
}

.forgot-password-page .forgot-password-callout strong,
.forgot-password-page .forgot-password-callout__title {
    color: var(--color-brand-primary);
}

.forgot-password-page .forgot-password-callout__title {
    margin: 0 0 8px;
    font-weight: 700;
}

.forgot-password-page .forgot-password-rules {
    margin: 0;
    padding-left: 20px;
    color: var(--color-text-primary);
}

.forgot-password-page .forgot-password-rules li + li {
    margin-top: 6px;
}

.forgot-password-page .forgot-password-actions .btn {
    min-width: 240px;
}

.forgot-password-page .btn--cooldown:disabled {
    opacity: 1;
    cursor: not-allowed;
    filter: none;
    background: repeating-linear-gradient(135deg, #eef4ff 0 10px, #e2ecff 10px 20px);
    color: #1f4aa9;
    border-color: #8eacf0;
    box-shadow: inset 0 0 0 1px rgba(31, 74, 169, 0.08);
    font-weight: 700;
}

.forgot-password-page .btn-meta {
    font-weight: 600;
}

.forgot-password-page .btn-meta[hidden] {
    display: none;
}

.forgot-password-page .forgot-password-secondary {
    margin: 12px 0 0 calc(var(--size-form-label-width) + var(--space-sm));
    color: var(--color-text-secondary);
}

.forgot-password-page .forgot-password-secondary p {
    margin: 0 0 8px;
    padding: 0;
    color: inherit;
}

.forgot-password-page .forgot-password-secondary p:last-child {
    margin-bottom: 0;
}

.forgot-password-page .forgot-password-secondary a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 760px) {
    .forgot-password-page .forgot-password-actions .btn {
        width: 100%;
    }

    .forgot-password-page .forgot-password-secondary {
        margin-left: 0;
    }
}
