.nl-password-field {
  position: relative;
  display: block;
  width: 100%;
}

.nl-password-field > input {
  width: 100% !important;
  padding-right: 58px !important;
}

.nl-password-eye {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #34445b !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 9px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  -webkit-tap-highlight-color: transparent;
}

.nl-password-eye svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.nl-password-eye:hover,
.nl-password-eye:focus-visible {
  color: #176fd1 !important;
  background: #eaf3fc !important;
  outline: 2px solid #176fd1 !important;
  outline-offset: 0;
}

html[data-theme="dark"] .nl-password-eye,
body[data-theme="dark"] .nl-password-eye {
  color: #fff !important;
}

html[data-theme="dark"] .nl-password-eye:hover,
html[data-theme="dark"] .nl-password-eye:focus-visible,
body[data-theme="dark"] .nl-password-eye:hover,
body[data-theme="dark"] .nl-password-eye:focus-visible {
  color: #75b8ff !important;
  background: #203854 !important;
}
