::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.hideShowPassword-toggle {
  background-color: transparent;
  background: url('../images/eye.png') no-repeat center!important;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
background-image: url('../images/eye-slash.png')!important;
position: absolute;
right: 0px;
top: 50%;
margin-top: -22px;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  border-color: #ffb536;
  outline: transparent;
}