.login-page,.register-page,.lockscreen,body.login-page,body.register-page,body.lockscreen{background-color:var(--bb-bg-200)!important;padding:0!important}.bb-auth{--bb-auth-y1: #fcd34d;--bb-auth-y2: #fdc733;--bb-auth-y3: #f6b81f;--bb-auth-y4: #f0ad1a;--bb-auth-n1: #33536e;--bb-auth-n2: #2c4860;--bb-auth-n3: #243c51;--bb-auth-n4: #1d3144;--bb-auth-n5: #172838;position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;box-sizing:border-box;background-color:var(--bb-bg-200);background-repeat:no-repeat,no-repeat;background-position:top center,bottom center;background-image:radial-gradient(circle farthest-side at 50% -58vh,var(--bb-auth-n5) 0%,var(--bb-auth-n5) 36%,var(--bb-auth-n4) 36%,var(--bb-auth-n4) 45%,var(--bb-auth-n3) 45%,var(--bb-auth-n3) 54%,var(--bb-auth-n2) 54%,var(--bb-auth-n2) 63%,var(--bb-auth-n1) 63%,var(--bb-auth-n1) 71%,transparent 71%),radial-gradient(circle farthest-side at 50% 158vh,var(--bb-auth-y4) 0%,var(--bb-auth-y4) 40%,var(--bb-auth-y3) 40%,var(--bb-auth-y3) 52%,var(--bb-auth-y2) 52%,var(--bb-auth-y2) 64%,var(--bb-auth-y1) 64%,var(--bb-auth-y1) 73%,transparent 73%);background-size:100% 100%,100% 100%}.bb-auth-controls{position:absolute;top:18px;right:18px;z-index:2;display:flex;align-items:center;gap:8px}.bb-auth-theme,.bb-auth-lang{display:inline-flex;gap:2px;padding:3px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bb-auth-seg{border:none;background:transparent;color:#ffffffbf;width:32px;height:28px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:13px;transition:background .15s ease,color .15s ease}.bb-auth-seg:hover{color:#fff}.bb-auth-seg.is-active{background:var(--bb-primary);color:var(--bb-on-primary);box-shadow:var(--bb-shadow-sm)}.bb-auth-lang .bb-auth-seg{width:auto;min-width:34px;padding:0 10px;font-size:12px;font-weight:600}.bb-auth-logo{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:28px;text-decoration:none}.bb-auth-logo:hover{text-decoration:none}.bb-auth-logo img{height:60px;width:auto;display:block}.bb-auth-logo .bb-auth-wordmark{font-family:var(--bb-font);font-weight:700;font-size:2rem;letter-spacing:.5px;line-height:1;color:var(--bb-primary)}.bb-auth-card{width:100%;max-width:460px;background:var(--bb-bg-100);border:1px solid var(--bb-border);border-radius:calc(var(--bb-radius) * 2);box-shadow:var(--bb-shadow-lg);padding:40px 40px 32px;box-sizing:border-box}.bb-auth-title{margin:0 0 28px;text-align:center;font-family:var(--bb-font);font-weight:700;font-size:1.85rem;color:var(--bb-text)}.bb-auth-field{margin-bottom:20px}.bb-auth-field>label{display:block;margin-bottom:8px;font-family:var(--bb-font);font-weight:500;font-size:.95rem;color:var(--bb-text)}.bb-auth-field .form-control,.bb-auth-input{display:block;width:100%;height:auto;padding:12px 16px;font-family:var(--bb-font);font-size:1rem;color:var(--bb-text);background:var(--bb-bg-100);border:1px solid var(--bb-border);border-radius:var(--bb-radius);transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.bb-auth-field .form-control:focus,.bb-auth-input:focus{outline:none;border-color:var(--bb-info);box-shadow:0 0 0 3px var(--bb-info-soft)}.bb-auth-field .form-control.is-invalid,.bb-auth-input.is-invalid{border-color:var(--bb-danger)}.bb-auth-field .invalid-feedback,.bb-auth-error{display:block;margin-top:6px;font-size:.85rem;color:var(--bb-danger)}.bb-auth-actions{display:flex;justify-content:flex-end;margin-top:28px}.bb-auth-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 26px;font-family:var(--bb-font);font-weight:600;font-size:1rem;color:var(--bb-on-primary);background:var(--bb-primary);border:none;border-radius:var(--bb-radius);cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background .15s ease,box-shadow .15s ease}.bb-auth-btn:hover,.bb-auth-btn:focus{background:var(--bb-primary-focus);color:var(--bb-on-primary);box-shadow:var(--bb-shadow-sm);text-decoration:none}.bb-auth-btn--block{width:100%;justify-content:center}.bb-auth-footer{margin-top:24px;text-align:center}.bb-auth-link{font-family:var(--bb-font);font-weight:500;color:var(--bb-info);text-decoration:none}.bb-auth-link:hover{color:var(--bb-info-focus);text-decoration:underline}.bb-auth-note{margin-top:24px;text-align:center;font-size:.9rem;color:var(--bb-muted)}.bb-auth-note strong{color:var(--bb-info)}.bb-auth-sent{text-align:center;color:var(--bb-muted);font-size:1rem;line-height:1.6;margin:8px 0 4px}.bb-auth-card .alert{border-radius:var(--bb-radius);font-size:.9rem}.bb-auth-code{text-align:center;font-size:1.5rem;letter-spacing:.5rem;font-weight:600}[data-bb-theme=dark] .bb-auth{--bb-auth-y1: rgba(253, 194, 32, .1);--bb-auth-y2: rgba(253, 194, 32, .16);--bb-auth-y3: rgba(253, 194, 32, .22);--bb-auth-y4: rgba(253, 194, 32, .28);--bb-auth-n1: #2a3f54;--bb-auth-n2: #243748;--bb-auth-n3: #1f3245;--bb-auth-n4: #1a2b3c;--bb-auth-n5: #152434}@media (max-width: 575.98px){.bb-auth-card{padding:32px 24px 28px;border-radius:var(--bb-radius)}.bb-auth-title{font-size:1.6rem}.bb-auth-logo img{height:52px}}
