.bg-authentication{background-color:#eaeaea}.bg-authentication #icon-arrow{position:absolute;top:11px;right:15px}.bg-authentication .brand-text{color:#5a8dee;font-weight:600;letter-spacing:.01rem}@media only screen and (min-width:992px){.bg-authentication .disable-rounded-right{border-top-right-radius:0;border-bottom-right-radius:0}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.bg-authentication{width:100%;display:block}}:root{--bg:#f7f9fc;--card:#fff;--border:#e6ebf2;--shadow:0 6px 24px rgba(16,24,40,0.06);--text:#24324a;--muted:#8a93a5;--blue:#4971b0;--blue-hover:#416ee2;--radius:14px}*{box-sizing:border-box}body,html{height:100%}body.auth-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}.auth-wrap{min-height:100dvh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:400px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 32px 26px}.auth-header{text-align:center;margin-bottom:10px}.auth-logo{height:60px;display:inline-block}.auth-label{display:block;font-size:12px;font-weight:700;letter-spacing:.06em;color:#6d778a;margin:16px 0 6px;text-transform:uppercase}.auth-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.auth-link{font-size:14px;color:var(--blue);text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-field{position:relative}.auth-input{width:100%;height:48px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 14px;font-size:15px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-input:focus{border-color:#c8d4ff;box-shadow:0 0 0 3px rgba(79,125,243,.18)}.auth-qr-code{width:100%}.auth-input-hasbtn{padding-right:44px}.auth-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:32px;display:grid;place-items:center;border:none;background:transparent;border-radius:8px;cursor:pointer}.auth-eye:hover{background:#f2f4f8}.eye{width:20px;height:20px;fill:#8a93a5}.eye-hide{display:none}.auth-submit{width:100%;height:48px;margin-top:24px;border:none;border-radius:10px;background:var(--blue);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .06s ease,background .15s ease,box-shadow .15s ease}.auth-submit:hover{background:var(--blue-hover)}.auth-submit:active{transform:translateY(1px);box-shadow:0 4px 0 rgba(79,125,243,.25)}.auth-footer{text-align:center;margin:18px 0 6px;color:#7b8497;font-size:15px}