html {
  min-width: 1366px;
  min-height: 768px;
  overflow: auto;
  font-size: 0.83vw;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 11.3378px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 0.83vw;
  }
}
/*# sourceMappingURL=login_n.css.map */