/**
  Bingo Swarm utils css
 */
.clear {
  clear: both;
  font-size: 1px;
}

/** Breakpoints **/
html, body {
  width: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
  background-color: #f5f5f5;
  font-size: 20px;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
}

#loading.forced {
  display: block !important;
  opacity: 1 !important;
}
#loading.forced #loading_background {
  opacity: 1 !important;
}

#loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
#loading #loading_background {
  background-color: #FFFFFF;
  opacity: 0.7;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#loading #loading_container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1002;
}
#loading #loading_container #loading_wrapper {
  width: 100%;
  text-align: center;
}
#loading #loading_container #loading_wrapper .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.step {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.step.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.step.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.step .container.special {
  height: 100%;
  overflow: auto;
}
.step .container.special .centered-step {
  width: 100%;
  max-width: 550px;
  padding: 15px;
  margin: auto;
  text-align: center;
}

#step-1 .container.special .form-signin .checkbox {
  font-weight: 400;
}
#step-1 .container.special .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 20px;
}
#step-1 .container.special .form-signin .form-control:focus {
  z-index: 2;
}
#step-1 .container.special .form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#step-1 .container.special .form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#e2e_game_container_iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}

/*# sourceMappingURL=main.css.map */
