#webGL {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent; }

.smokeTexture {
  display: none; }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #56686a; }

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center; }

.emailInput {
  top: 50%;
  left: 50%;
  height: 60px;
  width: 400px;
  font-size: 40px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%); }
