/* Login refresh based on the requested clean blue/white split layout. */
html,body{background:#f6f8fc!important;}
.vz-page{padding:0!important;min-height:100dvh!important;background:#f6f8fc!important;}
.vz-auth{width:100%!important;max-width:none!important;min-height:100dvh!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;gap:0!important;}
.vz-side,.vz-card{border:0!important;border-radius:0!important;box-shadow:none!important;}
.vz-side{min-height:100dvh!important;padding:clamp(48px,6vw,92px)!important;background:linear-gradient(145deg,#1f6bea 0%,#0d4dc6 48%,#082c78 100%)!important;color:#fff!important;justify-content:center!important;}
.vz-side:before{display:none!important;}
.vz-side:after{width:620px!important;height:620px!important;right:-260px!important;bottom:-250px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.08)!important;}
.vz-brand{max-width:580px!important;}
.vz-logo-box{width:112px!important;height:112px!important;margin-bottom:28px!important;border:0!important;border-radius:28px!important;background:rgba(255,255,255,.10)!important;box-shadow:none!important;backdrop-filter:blur(6px);}
.vz-logo-box img{width:90px!important;height:90px!important;filter:brightness(0) invert(1) drop-shadow(0 12px 22px rgba(5,30,78,.2))!important;}
.vz-brand h1{font-size:clamp(42px,5.2vw,70px)!important;line-height:1!important;letter-spacing:-.055em!important;font-weight:780!important;color:#fff!important;}
.vz-brand p{max-width:520px!important;margin-top:18px!important;color:#d9e8ff!important;font-size:17px!important;line-height:1.55!important;font-weight:500!important;}
.vz-points{max-width:520px!important;margin-top:34px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
.vz-point{min-height:56px!important;padding:12px 14px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.075)!important;color:#fff!important;font-size:12px!important;font-weight:600!important;backdrop-filter:blur(5px);}
.vz-point span{width:26px!important;height:26px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:8px!important;background:rgba(255,255,255,.09)!important;color:#fff!important;}
.vz-card{min-height:100dvh!important;padding:clamp(42px,7vw,86px)!important;background:#fff!important;justify-content:center!important;}
.vz-card>*{width:100%;max-width:540px;margin-left:auto!important;margin-right:auto!important;}
.vz-head{margin-bottom:30px!important;}
.vz-head h2{color:#0b2454!important;font-size:40px!important;line-height:1.05!important;letter-spacing:-.045em!important;font-weight:760!important;}
.vz-head p{margin-top:9px!important;color:#7b8495!important;font-size:15px!important;font-weight:500!important;}
.vz-field label{margin-bottom:8px!important;color:#3d4a61!important;font-size:13px!important;font-weight:600!important;}
.vz-input input{height:56px!important;border:1px solid #dce3ed!important;border-radius:10px!important;padding:0 50px 0 15px!important;background:#fff!important;box-shadow:none!important;font-size:14px!important;font-weight:500!important;}
.vz-input input:focus{border-color:#7fa7f5!important;box-shadow:0 0 0 3px rgba(37,99,235,.09)!important;}
.vz-eye{right:8px!important;width:40px!important;height:40px!important;border-radius:9px!important;background:#f5f7fb!important;color:#667085!important;}
.vz-btn{height:56px!important;margin-top:20px!important;border-radius:10px!important;background:#1f61df!important;box-shadow:0 10px 24px rgba(31,97,223,.20)!important;font-size:14px!important;font-weight:700!important;}
.vz-btn:hover{background:#174fc0!important;}
.vz-footer{margin-top:26px!important;color:#8a94a6!important;}
.vz-policy-links{font-size:11px!important;line-height:1.7!important;}
.vz-policy-links a{color:#56657d!important;}
.vz-policy-copy{margin-top:10px!important;color:#9aa3b2!important;}
.vz-mobile-logo{display:none!important;}

@media(max-width:900px){
  .vz-auth{display:block!important;min-height:100dvh!important;}
  .vz-side{display:none!important;}
  .vz-card{min-height:100dvh!important;padding:32px 22px!important;}
  .vz-card>*{max-width:480px!important;}
  .vz-mobile-logo{display:flex!important;width:82px!important;height:82px!important;margin:0 auto 24px!important;border:1px solid #e3e9f2!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(11,36,84,.08)!important;}
  .vz-mobile-logo img{width:62px!important;height:62px!important;object-fit:contain!important;}
  .vz-head{text-align:center!important;}
  .vz-head h2{font-size:34px!important;}
}
@media(max-width:520px){
  .vz-card{padding:24px 17px!important;justify-content:flex-start!important;padding-top:max(46px,env(safe-area-inset-top))!important;}
  .vz-head h2{font-size:31px!important;}
  .vz-input input,.vz-btn{height:53px!important;}
}
