.login-shell{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,rgba(15,23,42,.94),rgba(4,79,105,.9)),#0f172a;padding:24px}.login-card{width:min(430px,100%);display:grid;grid-gap:14px;gap:14px;border-radius:12px;background:#ffffff;border-bottom:6px solid var(--deal-yellow);padding:24px;box-shadow:0 28px 70px rgba(0,0,0,.35)}.login-card img{width:190px;height:112px;object-fit:contain;object-position:center;border-radius:12px}.login-card h1,.login-card p{margin:0}.login-card p{color:#0077a6;font-weight:900;text-transform:uppercase}.login-card input{min-height:48px;border:1px solid #cfd8e3;border-radius:8px;padding:0 12px}.login-card button{min-height:50px;border:0;border-radius:8px;background:var(--deal-yellow);color:var(--deep-navy);cursor:pointer;font-weight:900}.login-card .plain-login-button{min-height:42px;background:#eef5f7;color:#1f2937}.login-card small{color:#667085}.security-note{border:1px solid #bae6fd;border-radius:10px;background:#f0f9ff;color:#0f172a;font-size:.92rem;line-height:1.35;padding:12px}.security-note.root-note{border-color:#fed7aa;background:#fff7ed}