input[type=password]::-ms-reveal {
    display:none!important;
}
input[type=password]:focus::-ms-reveal {
    display:none!important;
}