.password-input-wrap{position:relative;display:block;width:100%}.password-input-wrap>input{padding-right:48px!important}.password-eye{position:absolute;right:7px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:transparent;color:#5a315f;cursor:pointer}.password-eye:hover{background:rgba(75,20,108,.08)}.password-eye:focus-visible{outline:2px solid #f36b16;outline-offset:1px}.password-eye svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.password-eye[aria-pressed="true"]{color:#d94f00}