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

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url("/gl/view/images/password/wink.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  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-wrapper {
  width: 100%;
}

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

.cms-skin .form-data .input-wrapper input[type="text"].hideShowPassword-field {
    position: relative;
    padding: 0 10px;
    height: 40px;
}

.hideShowPassword-wrapper input.hideShowPassword-field{
  -webkit-appearance: none;
}

.hideShowPassword-toggle:focus{
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px rgba(42,137,195,0.9)
}

.hideShowPassword-toggle-hide:focus{
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px rgba(42,137,195,0.9)
}
input[type="text"].answer-input:focus { /* Accessibility, target TMX through this style sheet */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(42, 137, 195, 0.9);
}
