/* HS Toggle Password CSS */
/*.input-group-merge {
  position: relative;
}

.input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  z-index: 10;
  border-left: none;
  text-decoration: none;
  color: #6c757d;
  cursor: pointer;
}

.input-group-append:hover {
  color: #495057;
}

.input-group-merge input {
  padding-right: 2.5rem;
}

.input-group-text {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
