.front-auth-wrap {
    max-width: 640px;
    margin: 0 auto;
}

.front-auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.front-auth-help {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.front-auth-hint {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-left: 4px;
}

.front-auth-pw-msg {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    min-height: 18px;
}

.front-auth-pw-ok  { color: #2f7a44; font-weight: 700; }
.front-auth-pw-err { color: #b85a4a; font-weight: 700; }

.front-auth-actions {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 8px;
}
