.login-brand { width: min(260px, 100%); aspect-ratio: 357 / 112; position: relative; overflow: hidden; margin: 4px auto 16px; }
.login-brand img { position: absolute; width: 126.05042%; max-width: none; height: auto; left: -12.04482%; top: -152.67857%; }
.password-field { position: relative; }
.password-field input { padding-right: 52px; }
.password-toggle { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 44px; height: 40px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; background: transparent; color: #246d9d; cursor: pointer; }
.password-toggle:hover { background: #edf7ff; }
.password-toggle:focus-visible { outline: 2px solid #298ed0; outline-offset: 1px; }
.password-toggle .eye-slash { display: none; }
.password-toggle[aria-pressed="true"] .eye-slash { display: block; }
