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

.password-wrapper input {
  width: 100%;
  padding-right: 2.5em;
  box-sizing: border-box;
}

.eye-icon {
  position: absolute;
  right: 0.75em;
  top: 50%;
  cursor: pointer;
  color: var(--subtext-color);
  font-size: 1.1em;
  transition: color 0.2s ease;
  width: 1.4em;
  text-align: center;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}