/* Tenant public customer auth pages: login, registration and password recovery. */
.auth-wrap{min-height:calc(100vh - 210px);display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:#f4f7fb}.auth-card{width:min(100%,620px);background:#fff;border:1px solid rgba(15,123,143,.12);border-radius:16px;box-shadow:0 18px 42px rgba(16,25,38,.12);overflow:hidden}.auth-head{padding:1.5rem 2rem 0}.auth-head h1{font-size:1.8rem;margin:0;color:#1a2433}.auth-body{padding:1.5rem 2rem 2rem}.form-label-lite{display:block;font-weight:600;margin-bottom:.45rem;color:#25354b}.auth-card .form-control{min-height:46px;border-radius:9px}.captcha-container{padding:1rem;background:#f8fafc;border:1px solid #e4ebf3;border-radius:10px;text-align:center}.captcha-question{display:block}.captcha-answer{max-width:130px}.auth-submit{width:100%;border:0;border-radius:9px;padding:.8rem 1rem;color:#fff;background:var(--tenant-primary,#0f7b8f);font-weight:700}.auth-foot{margin-top:1rem;text-align:center}@media(max-width:576px){.auth-wrap{padding:1.5rem .75rem}.auth-head,.auth-body{padding-left:1.25rem;padding-right:1.25rem}}
