.password-visibility-control {
  position: relative;
  display: block;
  width: 100%;
}

.password-visibility-control > input {
  width: 100%;
  padding-right: 3rem;
}

.password-visibility-toggle {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.4rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b416d;
  background: transparent;
  border: 0;
  border-radius: 0.45rem;
  cursor: pointer;
}

.password-visibility-toggle:hover {
  background: #eaf3f7;
}

.password-visibility-toggle:focus-visible {
  outline: 3px solid rgba(11,65,109,0.28);
  outline-offset: 1px;
}

.password-visibility-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
