.password-field input{padding-right:58px}
.password-field .password-icon-button{display:grid;place-items:center;width:38px;padding:0;color:#667085}
.password-icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.password-icon-button:hover{color:var(--blue)}
.password-icon-button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.password-icon-button .eye-closed{display:none}
.password-icon-button.is-visible .eye-open{display:none}
.password-icon-button.is-visible .eye-closed{display:block}
