.fie-password-host {
  position: relative;
}

.fie-password-host > input[type="password"],
.fie-password-host > input[type="text"] {
  padding-right: 2.75rem;
}

.fie-password-toggle {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}

.fie-password-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}
