/* ============================================================
   ForgotPassword / ForgotUsername 페이지 전용 스타일
   공통 토큰/프리미티브는 account-common.css 에 정의됨.
   ============================================================ */

.recovery-help {
    margin-top: 0.75rem;
    text-align: center;
}

.recovery-resend-row {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.login-link-sep {
    color: var(--acc-text-subtle);
    font-size: 0.8rem;
}
