.password-box {
  position: relative;
  width: 400px;
}

.password-box input {
  width: 400px;
  padding: 10px;
  padding-right: 40px;
}

.toggle-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
}