div.inputPassword {
  position: relative;
  z-index: 100;
}
div.inputPassword button {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("ojo_tachado-32px.png");
  opacity: 0.8;
  margin: 0 0 0 -1.5em;
  z-index: 102;
}
div.inputPassword button:hover {
  opacity: 1;
}
div.inputPassword input {
  position: relative;
  z-index: 101;
  font-family: Consolas, "SF Mono", "DejaVu Sans Mono", "Roboto Mono", Menlo, monospace;
}
div.inputPassword input.inputPasswordSafe {
  caret-color: black;
}
div.inputPassword input.inputPasswordVisible {
  display: block;
  position: absolute;
  top: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  visibility: hidden;
  outline: transparent !important;
  pointer-events: none;
}
div.inputPassword.inputPasswordExposed button {
  background-image: url("ojo-32px.png");
}
div.inputPassword.inputPasswordExposed input.inputPasswordSafe {
  color: transparent;
}
div.inputPassword.inputPasswordExposed input.inputPasswordVisible {
  visibility: visible;
}
