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

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url('../images/wink1.png'); /* fallback */
  /*background-image: url('../images/wink1.svg'), none;*/
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;/*2*/
  border-radius: 0.25em;/*0.25*/
  cursor: pointer;
  font-size: 100%;
  height: 21px;/*44*/
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 33px;/*46*/
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
  background-position: -29px center;/*44*/
}

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