::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.hideShowPassword-toggle {
  /*filter: grayscale(1);*/
  background-color: transparent;
  background-image: url('../img/wink.png'); /* fallback */ 
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 15px;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: 30px;
  width: 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*//right: 35px !important;
  right: 40px !important;*/
  transition: none;
  color: #222;
}

.hideShowPassword-toggle-hide {
  background-position: -33px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  border-color: transparent;
  outline: transparent;
}
