.password-field{position:relative;display:block;width:100%}
.password-field>input{padding-right:52px!important}
.password-toggle{position:absolute;top:50%;right:5px;transform:translateY(-50%);display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:8px;background:transparent;color:#58758a;cursor:pointer;transition:background .15s ease,color .15s ease}
.password-toggle:hover{background:#eef4f7;color:#082b4a}
.password-toggle:focus-visible{outline:3px solid #78b8dd;outline-offset:2px}
.password-toggle svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.password-toggle .password-eye-off{display:none}
.password-toggle[aria-pressed="true"] .password-eye{display:none}
.password-toggle[aria-pressed="true"] .password-eye-off{display:block}
