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

.tp-password-field > .form-control {
  width: 100%;
  max-width: 100%;
  padding-inline-end: 48px;
}

.tp-password-toggle {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777777;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
}

.tp-password-toggle:hover,
.tp-password-toggle:focus-visible {
  color: #555555;
}

.tp-password-toggle.is-visible {
  color: #207d3f;
}

.tp-password-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.tp-password-toggle .tp-password-icon {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.tp-password-toggle .tp-password-icon-slash {
  transition: opacity 160ms ease;
}
