input[type=text]::-ms-clear{
  display: none;
  }

input[type=password]::-ms-reveal {
    display: none;
}