.password-toggle {
  flex: 0 0 44px;
  height: 100%;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  font-size: 21px;
}

.password-toggle:focus-visible {
  outline: 3px solid rgba(255, 90, 19, .2);
  outline-offset: -6px;
}
