.pw-wrap {
  position: relative;
  display: block;
}
.pw-wrap input[type="password"],
.pw-wrap input[type="text"] {
  padding-right: 40px !important;
  box-sizing: border-box;
  width: 100%;
}
.pw-eye {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #aaa;
  line-height: 1;
  display: flex;
  align-items: center;
}
.pw-eye:hover {
  color: #555;
}
.pw-eye svg {
  width: 20px;
  height: 20px;
  display: block;
}
