.pwd-toggle-wrap {
  position: relative;
}
.pwd-toggle-wrap input {
  padding-right: 40px !important;
}
.pwd-toggle-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 15px;
  z-index: 3;
  line-height: 1;
  padding: 4px;
  user-select: none;
}
.pwd-toggle-eye:hover {
  color: #fff;
}
