.input-wrapper {
  position: relative;
}

.input-wrapper input {
  padding-right: 45px;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 52px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
