.password-field{position:relative}
.password-field>input{padding-right:46px}
.password-visibility-toggle{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#6f6b62;cursor:pointer}
.password-visibility-toggle:hover{background:rgba(21,127,79,.08);color:#0f6e45}
.password-visibility-toggle:focus-visible{outline:3px solid rgba(21,127,79,.22);outline-offset:1px}
.password-visibility-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.password-visibility-toggle .password-eye-off{display:none}
.password-visibility-toggle[aria-pressed="true"] .password-eye{display:none}
.password-visibility-toggle[aria-pressed="true"] .password-eye-off{display:block}
