
/* Digital Bihar V1.1 — Registration Digital UI */
:root{--db-navy:#07182b;--db-blue:#0d3155;--db-orange:#ff8a00;--db-soft:#f4f8fc}
.register-page{
 min-height:100vh;
 background:
  radial-gradient(circle at 12% 15%,rgba(24,111,180,.20),transparent 25%),
  linear-gradient(135deg,#061629 0%,#0b2d4e 42%,#edf4fa 42%,#edf4fa 100%);
 padding:44px 24px;box-sizing:border-box
}
.register-shell{
 max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.78fr 1.22fr;
 min-height:calc(100vh - 88px);background:#fff;border-radius:28px;overflow:hidden;
 box-shadow:0 30px 80px rgba(3,20,39,.24);border:1px solid rgba(255,255,255,.6)
}
.register-intro{
 position:relative;overflow:hidden;padding:58px 48px;color:#fff;
 background:
  linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
  linear-gradient(145deg,#06172a,#0b3155);
 background-size:34px 34px,34px 34px,auto
}
.register-intro:after{
 content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(70,166,234,.18);
 border-radius:50%;right:-170px;bottom:-110px;box-shadow:0 0 70px rgba(36,139,214,.12)
}
.register-intro h1{font-size:46px;line-height:1.05;margin:34px 0 18px;color:#fff;position:relative;z-index:2}
.register-intro>p{font-size:17px;line-height:1.7;color:#c8d8e8;max-width:420px;position:relative;z-index:2}
.digital-orbit{position:absolute;width:170px;height:170px;right:-25px;top:18px;opacity:.45}
.digital-orbit i{position:absolute;inset:0;border:1px solid rgba(77,175,242,.38);border-radius:50%}
.digital-orbit i:nth-child(2){inset:22px}.digital-orbit i:nth-child(3){inset:44px}
.digital-status{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:9px 12px;border-radius:999px;background:rgba(8,31,54,.68);border:1px solid rgba(98,188,247,.24);color:#d8eafb;font-size:12px;font-weight:700}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:#48e0a4;box-shadow:0 0 0 5px rgba(72,224,164,.12)}
.register-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;position:relative;z-index:2}
.register-points span{border:1px solid #315b7d;border-radius:999px;padding:9px 13px;font-size:12px;color:#d9e8f5;background:rgba(255,255,255,.035)}
.register-form-wrap{padding:42px;display:flex;align-items:center;background:linear-gradient(180deg,#f9fbfd,#f3f7fb)}
.register-card{width:100%;background:#fff;border:1px solid #e0e9f2;border-radius:22px;padding:34px;box-sizing:border-box;box-shadow:0 16px 42px rgba(17,45,75,.09)}
.register-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid #edf1f5}
.register-heading h2{font-size:30px;margin:0 0 6px;color:#10233d}
.secure-onboarding{font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#54718f;background:#f1f6fb;border:1px solid #dbe6f0;border-radius:999px;padding:8px 11px}
.register-card .grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.register-card label{display:block;font-weight:700;margin-bottom:17px;color:#10233d;font-size:13px}
.register-card input,.register-card select,.register-card textarea{
 width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #d5e0ea;border-radius:11px;background:#fbfdff;
 transition:border-color .15s ease,box-shadow .15s ease,background .15s ease
}
.register-card input:focus,.register-card select:focus,.register-card textarea:focus{outline:none;border-color:#5c9fd7;box-shadow:0 0 0 4px rgba(43,124,190,.10);background:#fff}
.charge-preview{padding:14px 16px;background:linear-gradient(90deg,#f3f8fc,#fff8ee);border:1px solid #dce7f2;border-radius:12px;margin:3px 0 18px;color:#536a83}
.charge-preview strong{color:#10233d}
.register-note{text-align:center;margin:14px 0 0}
.bottom-login-card{
 margin-top:18px;display:flex;align-items:center;justify-content:center;gap:12px;padding:13px 16px;
 border:1px solid #d9e4ee;border-radius:14px;background:#f7fafc;text-decoration:none;color:#10233d;
 transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease
}
.bottom-login-card:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(20,54,87,.08);border-color:#b9cde0}
.bottom-login-card span:nth-child(2){display:flex;flex-direction:column}
.bottom-login-card small{color:#74879b;font-size:10px;margin-bottom:2px}
.bottom-login-card strong{font-size:14px}
.bottom-login-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#ff9d19,#ff7a00);font-size:20px;font-weight:900;color:#111}
@media(max-width:900px){
 .register-page{padding:0;background:#f3f7fb}.register-shell{display:block;min-height:100vh;border-radius:0}
 .register-intro{padding:34px 24px}.register-intro h1{font-size:34px;margin:24px 0 12px}
 .register-form-wrap{padding:24px}.register-card{padding:24px}
}
@media(max-width:620px){
 .register-card .grid2{grid-template-columns:1fr;gap:0}.register-heading{display:block}
 .secure-onboarding{display:inline-block;margin-top:8px}
}
