body.horizontal-layout.blank-page{background:#0f1522 !important;background-image:none !important;min-height:100vh;position:relative;overflow-x:hidden}body.horizontal-layout.blank-page .auth-star{position:fixed;border-radius:50%;background:rgba(0,212,255,.7);pointer-events:none;z-index:0;will-change:transform,opacity;animation:starTwinkle var(--star-duration, 4s) ease-in-out infinite var(--star-delay, 0s),starDrift var(--star-drift-duration, 20s) ease-in-out infinite var(--star-delay, 0s)}@keyframes starTwinkle{0%,100%{opacity:var(--star-opacity-min, 0.2)}50%{opacity:var(--star-opacity-max, 0.8)}}@keyframes starDrift{0%,100%{transform:translate(0, 0)}25%{transform:translate(var(--star-dx1, 4px), var(--star-dy1, -6px))}50%{transform:translate(var(--star-dx2, -3px), var(--star-dy2, 4px))}75%{transform:translate(var(--star-dx3, 5px), var(--star-dy3, 2px))}}body.horizontal-layout.blank-page::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(15, 21, 34, 0.85) 0%, rgba(10, 15, 26, 0.9) 100%);z-index:0;pointer-events:none}@keyframes badgeFlash{0%,100%{background-color:#f3f4f6;transform:scale(1)}25%{background-color:#fee2e2;color:#991b1b;transform:scale(1.08)}50%{background-color:#fecaca;color:#991b1b;transform:scale(1)}75%{background-color:#fee2e2;color:#991b1b;transform:scale(1.05)}}.content-wrapper,.content-body,.flexbox-container{position:relative;z-index:1}.flexbox-container{min-height:calc(100vh - 2rem);display:flex;align-items:center;justify-content:center;padding:2rem 0}.bg-authentication{background:#fff !important;background-color:#fff !important;border:none !important;border-radius:1rem !important;box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.05) !important;overflow:hidden;width:100%}.bg-authentication .login-footer{padding:1rem 1.5rem .5rem}.bg-authentication .login-footer .footer-btn .btn{padding:.9rem 1.2rem !important;margin:1rem 1rem 1rem 0}.bg-authentication .nav-tabs{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;padding:0 1rem}.bg-authentication .nav-tabs .nav-link{border:none;border-bottom:2px solid rgba(0,0,0,0);color:#6b7280;padding:.875rem 1rem;font-weight:500;font-size:.95rem;transition:all .2s ease;margin-bottom:-2px}.bg-authentication .nav-tabs .nav-link:hover{border-bottom-color:#1e317e;color:#1e317e;background:rgba(0,0,0,0)}.bg-authentication .nav-tabs .nav-link.active{border-bottom-color:#1e317e;color:#1e317e;background:rgba(0,0,0,0);font-weight:600}.bg-authentication .card-header{background:rgba(0,0,0,0) !important;border:none !important;padding:1.5rem 1.5rem .5rem !important}.bg-authentication .card-title h4{color:#111827;font-weight:600;font-size:1.5rem;margin:0}.bg-authentication .form-label-group{margin-bottom:1.5rem;position:relative}.bg-authentication .form-control{border:2px solid #e5e7eb !important;border-radius:.75rem !important;padding:.875rem 2.5rem .875rem 1rem !important;font-size:1rem !important;transition:all .2s ease !important;background-color:#fff !important;color:#111827 !important;height:auto !important;line-height:1.5 !important}.bg-authentication .form-control:focus{border-color:#1e317e !important;box-shadow:0 0 0 4px rgba(30,49,126,.1) !important;outline:none !important;background-color:#fff !important}.bg-authentication .form-control::placeholder{color:#9ca3af;opacity:1}.bg-authentication .has-icon-left{position:relative}.bg-authentication .has-icon-left .form-control{padding-left:3rem !important}.bg-authentication .form-control-position{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280;z-index:10;pointer-events:none}.bg-authentication .form-control:focus+.form-control-position{color:#1e317e}.bg-authentication .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;color:#9ca3af;z-index:5;line-height:1}.bg-authentication .password-toggle:hover{color:#1e317e}.bg-authentication .password-requirements{margin-top:.5rem}.bg-authentication .password-requirements .password-requirements-label,.bg-authentication .password-requirements .text-muted{display:block !important;font-size:.75rem !important;color:#9ca3af !important;margin:0 0 .375rem !important;text-align:left !important;line-height:1.4 !important}.bg-authentication .password-requirements .password-requirements-label::before,.bg-authentication .password-requirements .password-requirements-label::after,.bg-authentication .password-requirements .text-muted::before,.bg-authentication .password-requirements .text-muted::after{display:none !important}.bg-authentication .password-requirements .badge{font-weight:500;font-size:.7rem;padding:.3rem .5rem;margin-right:.25rem;margin-bottom:.25rem;display:inline-flex;align-items:center;gap:.25rem;border-radius:.375rem;border:none;transition:all .15s ease}.bg-authentication .password-requirements .badge i{font-size:.6rem}.bg-authentication .password-requirements .badge-light{background-color:#f3f4f6;color:#9ca3af}.bg-authentication .password-requirements .badge-success{background-color:#d1fae5;color:#065f46}.bg-authentication .password-requirements .badge-flash{animation:badgeFlash .6s ease}.bg-authentication label{color:#374151;font-weight:500;font-size:.875rem;margin-bottom:.5rem;display:block}.bg-authentication .btn-primary{background:linear-gradient(135deg, #1e317e 0%, #2d4a9e 100%) !important;border:none !important;color:#fff !important;padding:.875rem 1.5rem !important;font-weight:600 !important;border-radius:.75rem !important;box-shadow:0 4px 12px rgba(30,49,126,.3) !important;transition:all .2s ease !important;font-size:1rem !important}.bg-authentication .btn-primary:hover{background:linear-gradient(135deg, #2d4a9e 0%, #1e317e 100%) !important;filter:brightness(1.05) !important;box-shadow:0 6px 20px rgba(30,49,126,.4) !important;transform:translateY(-1px) !important;color:#fff !important}.bg-authentication .btn-primary:active{transform:translateY(0) !important}.bg-authentication .btn-outline-primary{border:2px solid #1e317e !important;color:#1e317e !important;background:rgba(0,0,0,0) !important;padding:.875rem 1.5rem !important;font-weight:500 !important;border-radius:.75rem !important;transition:all .2s ease !important;font-size:1rem !important}.bg-authentication .btn-outline-primary:hover{background:#1e317e !important;color:#fff !important;border-color:#1e317e !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(30,49,126,.2) !important}.bg-authentication .card-link{color:#1e317e;text-decoration:none;font-weight:500;transition:color .2s ease}.bg-authentication .card-link:hover{color:#2d4a9e;text-decoration:underline}.bg-authentication .vs-checkbox-con{color:#374151}.bg-authentication .vs-checkbox-con span:not(.vs-checkbox):not(.vs-checkbox--check){color:#374151;font-weight:500}.bg-authentication .custom-control-label{color:#374151;font-weight:500;line-height:1.5;cursor:pointer}.bg-authentication .custom-control-label .terms-link{color:#1e317e;text-decoration:underline;transition:color .2s ease}.bg-authentication .custom-control-label .terms-link:hover{color:#2d4a9e;text-decoration:underline}.bg-authentication .custom-control-input:checked~.custom-control-label{color:#111827}.bg-authentication .alert{border-radius:.75rem;border:none;padding:1rem 1.25rem;margin-bottom:1.5rem}.bg-authentication .alert-warning{background-color:#fef3c7;color:#92400e;border-left:4px solid #f59e0b}.bg-authentication .text-muted{color:#6b7280;font-size:.875rem;position:relative;text-align:center;display:flex;align-items:center;justify-content:center;margin:1.5rem 0}.bg-authentication .text-muted::before,.bg-authentication .text-muted::after{content:"";flex:1;height:1px;background:#e5e7eb}.bg-authentication .text-muted::before{margin-right:1rem}.bg-authentication .text-muted::after{margin-left:1rem}.bg-authentication .card-body{padding:1.5rem 1.5rem 2rem !important}.bg-authentication .card-content{padding:0}.bg-authentication .form-group{margin-bottom:1.5rem}.bg-authentication .text-muted.small{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-top:1rem;margin-bottom:0;line-height:1.5;text-align:left}.bg-authentication .text-muted.small i{flex-shrink:0;font-size:.875rem;color:#6b7280}.flexbox-container>div>.bg-authentication:not(:has(.col-lg-5)):not(:has(.col-lg-6)):not(:has(.col-lg-7)){max-width:650px}.flexbox-container>div>.bg-authentication:has(.col-lg-5),.flexbox-container>div>.bg-authentication:has(.col-lg-6),.flexbox-container>div>.bg-authentication:has(.col-lg-7){max-width:800px}.login-logo{height:65px;margin-bottom:.5rem}#password-tooltip{position:relative;top:-28px;float:left;left:-20px}section.row.justify-content-center{min-height:calc(100vh - 2rem);display:flex;align-items:center;justify-content:center;padding:2rem 0}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.bg-authentication{width:100%}}[x-cloak]{display:none !important}