.km-pass {
  position: relative;
  display: block;
  width: 100%;
}

.input-group > .km-pass {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.km-pass > input {
  padding-right: 44px !important;
}

.km-pass > input.form-control {
  display: block;
  float: none;
  width: 100%;
}

.km-pass > input::-ms-reveal,
.km-pass > input::-ms-clear {
  display: none;
}

.km-pass-eye {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}

.km-pass-eye:hover,
.km-pass-eye.is-on {
  color: #c45d12;
}

.km-pass-eye svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
