
html,body{background:#08111e!important}
.wpro-auth-shell{min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 18% 10%,rgba(13,156,229,.18),transparent 32%),radial-gradient(circle at 85% 90%,rgba(57,90,180,.14),transparent 35%),#08111e;color:#eaf2fb}
.wpro-auth-brand{width:min(660px,100%);display:flex;align-items:center;gap:12px;margin-bottom:16px}
.wpro-auth-logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:21px;font-weight:900;color:#fff;background:linear-gradient(135deg,#078bd2,#15b5ee)}
.wpro-auth-brand strong,.wpro-auth-brand span{display:block}.wpro-auth-brand span{font-size:10px;color:#7f94a8}
.wpro-auth-card{width:min(660px,100%);box-sizing:border-box;background:#101c2b;border:1px solid #26384b;border-radius:20px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.wpro-auth-head span{font-size:9px;letter-spacing:.13em;font-weight:800;color:#24aff1}.wpro-auth-head h1{font-size:28px;margin:7px 0}.wpro-auth-head p{font-size:12px;color:#8fa5b9;margin:0 0 24px}
.wpro-auth-form{display:flex;flex-direction:column;gap:15px}.wpro-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.wpro-auth-grid .span-2{grid-column:span 2}
.wpro-auth-form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;color:#bbcad8}.wpro-auth-form input{box-sizing:border-box;width:100%;height:44px;border-radius:10px;border:1px solid #34485d;background:#0b1623;color:#fff;padding:0 12px}
.wpro-auth-form button,.wpro-auth-btn-link{border:0;border-radius:10px;background:#079fe8;color:#fff!important;min-height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:12px;cursor:pointer}
.wpro-auth-check{flex-direction:row!important;align-items:center!important}.wpro-auth-check input{width:16px!important;height:16px!important}
.wpro-auth-bottom{margin-top:20px;padding-top:18px;border-top:1px solid #26384b;text-align:center;color:#8297aa;font-size:11px}.wpro-auth-bottom a{color:#36baf5}
.wpro-auth-alert{padding:11px 13px;border-radius:10px;background:#35191d;border:1px solid #71313a;color:#ffbbc3;font-size:11px;margin-bottom:16px}
.wpro-auth-copy{font-size:9px;color:#53697c;margin-top:15px}
@media(max-width:620px){.wpro-auth-card{padding:22px}.wpro-auth-grid{grid-template-columns:1fr}.wpro-auth-grid .span-2{grid-column:span 1}}

.wpro-auth-secondary{
  margin-top:10px;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #34485d;
  border-radius:10px;
  color:#b9c9d7!important;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
}
.wpro-auth-secondary:hover{background:#0b1623;color:#fff!important}
