.password-field{display:block;position:relative}.password-field input{padding-right:50px}.password-toggle{position:absolute;right:7px;top:15px;width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:#667085;display:grid;place-items:center;cursor:pointer}.password-toggle:hover{background:#f1f4f9;color:#155eef}.password-toggle:focus-visible{outline:2px solid #155eef;outline-offset:1px}.eye-icon{position:relative;width:20px;height:13px;border:2px solid currentColor;border-radius:50% 50% 48% 48% / 65% 65% 35% 35%}.eye-icon:after{content:"";position:absolute;width:5px;height:5px;border:2px solid currentColor;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.password-toggle[aria-pressed="true"] .eye-icon:before{content:"";position:absolute;width:24px;height:2px;background:currentColor;left:-4px;top:4px;transform:rotate(42deg);border-radius:2px;box-shadow:0 0 0 2px #fff}
