.password-control{position:relative;width:100%}
.password-control>input{padding-right:46px}
.password-toggle{position:absolute;top:50%;right:5px;width:36px;height:34px;padding:0;transform:translateY(-50%);display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer}
.password-toggle:hover,.password-toggle:focus-visible{background:#eef1f7;color:var(--navy);outline:0}
.password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
