:root {
  font-family: sans-serif;
  --c1: white;
  --c2: black;
  user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  list-style: none;
}

:focus {
  outline: none !important;
}


#infoPanel {
  overflow-y: hidden;
  text-align: center;
  color: red;
  font-weight: bold;
}

#loader {
  display: none;
  margin: auto;
  margin-top: 45vh;
}

html {
  width: 100%;
}

body {
  margin: 0px;
  margin-top: 20vh;
  width: 100%;
  max-height: 600px;
}


#loginPanel {
  margin: 10px;
  text-align: center;
  max-width: 100%;

}



#loginPanel label {
  text-align: left;
}

#loginPanelBox {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.checkbox {
  cursor: pointer !important;
}

button {
  cursor: pointer !important;
}

#success {
  font-size: 30px;
  margin: 40px;
  line-height: 110%;
  text-align: center;
}

#g {
  display: block;
}

#g {
  display: none;
}

@media screen and (max-width: 900px) {
  body {
    margin: 0px;
    width: 100%;
    margin-top: 20px;
    max-height: 370px
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #111;
    color: white;
  }

  label {
    color: white !important;
  }
}