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

#password {
  width: 100%;
  padding: 8px;
  padding-right: 40px;
}

#togglePassword {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.eye-icon {
  font-size: 16px;
}
