.password-toggle-group {
  position: relative;
}

.password-toggle-group .password-toggle-input {
  padding-right: 44px;
}

.password-toggle-group .input-group-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 40px;
  z-index: 4;
  display: flex;
}

.password-toggle-group .password-toggle-btn {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.password-toggle-group .password-toggle-btn i {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}