body {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
body #frontbox, body #backbox {
  position: absolute;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
body #frontbox {
  z-index: 10;
}
body #videobox {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 0;
}
body .credits {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0.5em;
  font-size: 12px;
  color: grey;
  z-index: 100;
}
body .credits a {
  color: inherit;
}
body #backbox, body #game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: black;
}
body #backbox canvas, body #game canvas {
  background-image: url(/static/fireflies/wes-hicks-KvTkCqNp6A8-unsplash.jpg);
  background-size: cover;
  background-position: center center;
  z-index: -9;
}
body #backvideo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
body #logowanie {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
  color: #50474a;
  border: 0px solid #f7b500;
  box-shadow: 0 0 12px 6px #333333;
  mix-blend-mode: multiply;
  max-width: 600px;
  min-width: 200px;
  width: 30vw;
  margin: 10px;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}
body #logowanie h1 {
  color: #f7b500;
  font-size: 1.4rem;
}
body #logowanie h1 img {
  width: 4rem;
}
body #logowanie #loginexclam, body #logowanie .useAuth {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin: 1rem 0;
}
body #logowanie #logowanieramka input, body #logowanie #logowanieramka button {
  font-family: "Fira Sans", sans-serif;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 2rem;
  color: #50474a;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin: 0.2rem 0;
  padding: 0 0.5rem;
  border: 0 solid black;
  border-bottom: 1px solid #f7b500;
}
body #logowanie #logowanieramka input#submit, body #logowanie #logowanieramka button#submit {
  text-transform: uppercase;
  background-color: #ffc62b;
  border-bottom: 0px solid black;
  color: white;
  letter-spacing: 0.2rem;
}
body #logowanie #logowanieramka input#auth, body #logowanie #logowanieramka button#auth {
  text-transform: uppercase;
  background-color: white;
  border-bottom: 0px solid black;
  letter-spacing: 0.2rem;
  color: #f7b500;
}
body #logowanie #logowanieVidris {
  width: 20%;
}/*# sourceMappingURL=login.css.map */