html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay {
  background: #007c53;
  background: linear-gradient(90deg, #007c53 0%, rgba(27, 0, 255, 0.4) 50%, #007c53 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 10;
}

.overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 20;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

#videologin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.login-box {
  position: relative;
  z-index: 100;
}

.login-logo {
  color: white;
}

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