.password-input-password-box {
  width: 100%;
  position: relative;
}

.password-input-password-eye {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
