.auth-wrap { min-height: calc(100vh - 66px); display: flex; align-items: center; justify-content: center; padding: 50px 20px; }
.auth-card { width: 100%; max-width: 440px; }
.auth-foot { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 14px; }
.auth-foot.center { justify-content: center; }
@media (max-width: 480px) { .auth-foot { flex-direction: column; text-align: center; } }
