html {
  height: 100%;
}
body {
  min-height: 100%;
  background-color: #000000;
  background: url(/images/backgrounds/q21-cover.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #cccccc;
}

.hidden {
  display: none;
}

#txtCountdown {
  font-family: 'Ubuntu-Mono-regular', monospace;
  color: #cccccc;
}

#divCircle {
  /* Firefox */
  margin-top: -moz-calc(50% - 100px);
  /* WebKit */
  margin-top: -webkit-calc(50% - 100px);
  /* Opera */
  margin-top: -o-calc(50% - 100px);
  /* Standard */
  margin-top: calc(50% - 100px);
}

.card-signin div span {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
}

.form-control-feedback, .form-group {
  background-color: transparent !important;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: no-repeat;
    background-size: cover; 
}

.signin-menu-item {
  margin-left: 0.2em;
  margin-bottom: 0.6em;
  cursor: pointer;
  text-align: left;
  font-size: 1.6em;
}

.signin-menu-item i {
  border: 1px solid silver;
  border-radius: 50%;
  padding: 0.6em 0.8em;
  margin-right: 0.6em;
}


.final-prophecy {
  font: 1.6em 'Crushed-Regular', sans-serif;
  text-align: center;
}

.final-prophecy img {
  width: 200px;
  margin-bottom: 2em;
}