html,
body,
#root {
  height: 100%;
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:focus-visible {
  text-decoration: none !important;
  outline: none;
}

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

button:focus-visible {
  text-decoration: none !important;
  outline: none;
}
