.password-field{position:relative;display:block;width:100%}.password-field input{width:100%;padding-right:48px}.password-toggle{position:absolute;right:5px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:38px;height:38px;padding:7px;border:0;border-radius:7px;background:transparent;color:#64748b;cursor:pointer}.password-toggle:hover,.password-toggle:focus-visible{background:#e2e8f0;color:#1d4ed8;outline:2px solid transparent}.password-toggle svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.password-toggle.is-visible{color:#1d4ed8}.password-toggle.is-visible::after{content:"";position:absolute;width:25px;height:2px;background:currentColor;transform:rotate(-45deg);border-radius:2px}
