.password-input-wrapper{position:relative;}
.password-input-wrapper input#password{padding-right:44px;}
.password-toggle{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:none;
  background:transparent;
  color:#64748b;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}
.password-toggle:hover{color:#2563eb;}

