/* MGLS_097 — accessible show/hide password control */
.password-field{position:relative;display:block;width:100%}
.password-field>input{padding-right:3.15rem}
.password-toggle{position:absolute;right:.32rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:2.45rem;height:2.45rem;padding:0;border:0;border-radius:.45rem;background:transparent;color:currentColor;opacity:.82;cursor:pointer;z-index:2}
.password-toggle:hover,.password-toggle:focus-visible{opacity:1;background:rgba(255,255,255,.08)}
.password-toggle svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.password-toggle .eye-slash{display:none}
.password-toggle.is-visible .eye-slash{display:block}
@media (pointer:coarse){.password-toggle{width:2.7rem;height:2.7rem;right:.22rem}}
