﻿html, body { min-height: 100%; }
body.tl-auth-body { margin: 0; font-family: "Segoe UI", Tahoma, Arial, sans-serif; background: linear-gradient(135deg, #071a31 0%, #0f2747 55%, #1a3558 100%); color: #182536; }
.tl-auth-shell { width: min(94%, 520px); margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 28px 0; }
.tl-auth-brand { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 22px; color: #fff; }
.tl-brand-mark { width: 58px; height: 58px; border: 1px solid #c7a55b; color: #d6b768; border-radius: 18px; display: grid; place-items: center; font-size: 26px; box-shadow: inset 0 0 24px rgba(215,183,104,.08); }
.tl-brand-title { font-size: 23px; font-weight: 800; }
.tl-brand-subtitle { color: #d6b768; font-size: 14px; letter-spacing: .4px; direction: ltr; text-align: right; }
.tl-auth-card { background: rgba(255,255,255,.98); border: 1px solid rgba(199,165,91,.35); border-radius: 24px; padding: 30px; box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.tl-form-header h1 { color: #0f2747; font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.tl-form-header p { color: #667085; margin-bottom: 24px; }
.form-control { min-height: 48px; border-radius: 13px; border-color: #d7dce3; }
.form-control:focus { border-color: #b78c39; box-shadow: 0 0 0 .2rem rgba(183,140,57,.12); }
.tl-btn-primary { min-height: 50px; border-radius: 13px; background: #0f2747; border-color: #0f2747; color: #fff; font-weight: 700; }
.tl-btn-primary:hover { background: #16385f; border-color: #16385f; color: #fff; }
.tl-auth-switch { text-align: center; margin-top: 20px; color: #667085; }
.tl-auth-switch a, .tl-auth-card a { color: #9a7227; text-decoration: none; font-weight: 700; }
.tl-auth-footer { color: rgba(255,255,255,.68); text-align: center; margin-top: 18px; font-size: 13px; }
@media (max-width: 576px) { .tl-auth-card { padding: 22px 18px; border-radius: 20px; } .tl-form-header h1 { font-size: 22px; } }