body{background:#f4f7fb;color:#172033;font-family:Segoe UI,Arial,sans-serif}.topbar{background:linear-gradient(100deg,#10233f,#1d3d68);box-shadow:0 3px 16px #10233f22}.eyebrow{font-size:.72rem;letter-spacing:.14em;font-weight:800;color:#6b7a90}.panel,.stat{background:#fff;border:1px solid #e7edf5;border-radius:18px;box-shadow:0 8px 30px #19304d0d;padding:24px}.stat{min-height:150px;display:flex;gap:16px;align-items:flex-start}.stat-icon,.logo{width:52px;height:52px;border-radius:15px;background:#eaf1ff;color:#2563eb;display:grid;place-items:center;font-size:1.4rem}.label{font-size:.72rem;letter-spacing:.08em;font-weight:800;color:#77859a}.number{font-size:2.6rem;line-height:1;font-weight:800;margin:5px 0}.muted{font-size:.85rem;color:#77859a}.linkrow{display:flex;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid #edf0f5;text-decoration:none;color:#172033}.linkrow:hover{color:#2563eb}.login-bg{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top left,#dce9ff,#f5f8fc 55%,#e8eef7)}.login-card{width:min(420px,calc(100% - 32px));background:white;padding:38px;border-radius:24px;box-shadow:0 20px 60px #14284d26}.progress{height:10px;border-radius:99px}

/* =========================================================
   LOGIN COMPANY LOGO
   ========================================================= */

.login-logo {
    max-width: 220px;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
	align-items:center;
}