.password-wrap{position:relative;width:100%}
.password-wrap>input{width:100%;padding-right:76px!important}
.password-toggle{
  position:absolute;
  right:7px;
  top:50%;
  transform:translateY(-50%);
  width:auto!important;
  min-width:58px;
  min-height:36px;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid #edc6d7!important;
  border-radius:10px!important;
  background:#fff0f6!important;
  color:#9b4269!important;
  box-shadow:none!important;
  font:800 12px/1 "DM Sans",system-ui,sans-serif!important;
  cursor:pointer;
  z-index:2;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.password-toggle:hover,.password-toggle:focus-visible{background:#ffe3ef!important;border-color:#df91b2!important;outline:none}
.password-toggle[aria-pressed="true"]{background:#e971a0!important;border-color:#e971a0!important;color:#fff!important}

@media(max-width:520px){
  .password-wrap>input{padding-right:82px!important}
  .password-toggle{min-width:62px;min-height:40px;font-size:12px!important}
}
