﻿::-ms-reveal,
::-ms-clear {
display: none !important;
}
.hideShowPassword-toggle-show:before {
content: "Show";
}
.hideShowPassword-toggle {
background: transparent;
border: 0;
border-radius: 4px;
color: #888;
cursor: pointer;
font-size: 0.85em;
font-weight: bold;
line-height: 1.42857;
height: 32px;
padding: 5px 7px;
display: block;
-moz-appearance: none;
-webkit-appearance: none;
}
.hideShowPassword-toggle-hide:before {
content: "Hide";
}
.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
color: #555;
outline: transparent;
}
