*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{min-height:100vh;background:#eef4fb;color:#0f172a}
.login-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:36px;background:linear-gradient(120deg,rgba(15,23,42,.68),rgba(15,23,42,.18)),url("https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=1800&q=80");background-size:cover;background-position:center}
.login-card{width:100%;max-width:430px;padding:36px;border-radius:28px;background:rgba(255,255,255,.95);border:1px solid rgba(226,232,240,.95);box-shadow:0 28px 80px rgba(15,23,42,.22)}
.logo h1{margin:0 0 4px;color:#0f172a;font-size:34px;font-weight:900}.main-subtitle{color:#64748b;font-weight:700;margin-bottom:8px}.tagline,.service-list{color:#334155;line-height:1.45}.form-group{margin-top:16px}.form-control{width:100%;height:52px;padding:0 16px;border:1px solid #cbd5e1;border-radius:16px;background:#f8fafc;color:#0f172a;font-size:14px;outline:none}.form-control:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.btn{width:100%;height:52px;margin-top:16px;border:0;border-radius:16px;background:#0f172a;color:#fff;font-weight:900;cursor:pointer}
@media(max-width:700px){.login-container{align-items:center;justify-content:center;padding:20px}.login-card{padding:28px;border-radius:24px}}
