@font-face {
  font-family: "interHeavy";
  src: url("inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "interMedium";
  src: url("inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 550;
}
@font-face {
  font-family: "interLight";
  src: url("inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "robotoMonoHeavy";
  src: url("robotoMono/RobotoMono-VariableFont_wght.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "robotoMonoMedium";
  src: url("robotoMono/RobotoMono-VariableFont_wght.ttf") format("truetype");
  font-weight: 550;
}
@font-face {
  font-family: "robotoMonoLight";
  src: url("robotoMono/RobotoMono-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
}
body header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 120px;
  padding-top: 25px;
  padding-bottom: 25px;
}
body header img {
  max-width: 380px;
  height: 70px;
}
body main {
  overflow-x: hidden;
}

#group-numadh div.tooltip {
  top: -40px;
  width: 100%;
}

.pe-none {
  pointer-events: none;
}

/*# sourceMappingURL=login.css.map */
