html,
body,
#root,
#root > div {
  width: 100%;
  /*height: 100%;*/
}
input:-webkit-autofill{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overflow: scroll !important;*/

}
