
@font-face {
    font-family: "NunitoSans";
    src: url("NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf");
}

.panel-auth {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: 1;
    z-index: 99997;
    overflow-x: hidden;
    overflow-y: scroll;
}

.panel-body {
  background-color: #1F1646;
  color: "white";
  font-family: "NunitoSans";
}

.label .h1, .h2, .h3, label, h1, h2, h3 {
  color: white;
  font-family: "NunitoSans";
}