form {
  border: 1px solid black;
}

::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  height: 100vh;
  background-color: #110909;
  background-image: radial-gradient(circle, #0c1729, #0e1323, #0d0e1e, #0b0818, #070212);
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
}

main {
  z-index: 99;
  height: 100vh;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.credit {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}
.credit a {
  text-decoration: none;
}
.credit a .underline {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=login.min.css.map */