.auth-body{background:#f4f7f6;font-family:'Prompt',sans-serif;margin:0;min-height:100vh}
.auth-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}
.auth-left{background:radial-gradient(120% 140% at 0% 0%,rgba(65,200,137,.5) 0%,rgba(65,200,137,0) 45%),linear-gradient(135deg,#08a488 0%,#027a6c 50%,#015d5f 100%);color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.auth-left::before{content:"";position:absolute;width:500px;height:500px;background:rgba(255,255,255,.08);border-radius:50%;top:-200px;right:-200px}
.auth-left::after{content:"";position:absolute;width:300px;height:300px;background:rgba(255,255,255,.06);border-radius:50%;bottom:-100px;left:-100px}
.auth-brand{display:flex;align-items:center;gap:14px;position:relative;z-index:1}
.auth-logo{width:68px;height:68px;flex:none;display:block;filter:drop-shadow(0 6px 16px rgba(0,40,42,.35))}
.auth-brand h1{font-size:28px;margin:0;font-weight:700}
.auth-brand p{margin:0;opacity:.85;font-size:14px}
.auth-bullets{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}
.auth-bullet{display:flex;gap:14px;align-items:center;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.15)}
.auth-bullet span{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-weight:700;flex:none}
.auth-bullet b{display:block;font-size:14px;margin-bottom:2px}
.auth-bullet small{opacity:.85;font-size:12.5px}
.auth-foot{position:relative;z-index:1;font-size:12px;opacity:.8}
.auth-right{display:flex;align-items:center;justify-content:center;padding:40px}
.auth-card{width:100%;max-width:380px}
.auth-card h2{font-size:26px;margin-bottom:6px;color:#1f2937}
.auth-sub{color:#6b7280;font-size:14px;margin-bottom:24px}
.auth-card .form-group{margin-bottom:16px}
.auth-card label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:#1f2937}
.auth-card input{width:100%;padding:11px 14px;font-size:14px;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;outline:0}
.auth-card input:focus{border-color:#027a6c;box-shadow:0 0 0 3px rgba(2,122,108,.15)}
.auth-card .btn{display:flex;align-items:center;justify-content:center;padding:12px;font-size:14px;border-radius:8px;border:0;cursor:pointer;font-family:inherit;font-weight:500;background:#027a6c;color:#fff;width:100%;margin-top:6px}
.auth-card .btn:hover{background:#015d5f}
.auth-demo{margin-top:18px;padding:12px;background:#e8f6f2;border:1px dashed #027a6c;border-radius:8px;font-size:12.5px;color:#014f4d}
.alert{padding:10px 14px;border-radius:8px;font-size:13px;margin-bottom:14px}
.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
@media (max-width:900px){.auth-wrap{grid-template-columns:1fr}.auth-left{padding:30px;min-height:auto}.auth-bullets{display:none}}
