.input-group-text.eye-toggle {
  background: transparent;
  border: none;
  padding: 0 0.75rem;
  color: #0d6efd;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
.input-group-text.eye-toggle svg {
  vertical-align: middle;
  color: #0d6efd;
  fill: #0d6efd;
}
.input-group-text.eye-toggle:active,
.input-group-text.eye-toggle:focus,
.input-group-text.eye-toggle:hover {
  background: transparent;
  color: #0d6efd;
}
.password-eye {
  position: relative;
  z-index: 10 !important;
  background-color: #fff;
}
