html, body {
  height: 100%;
}

body {
  background: #aaa url("/images/buildings/black-and-white-city-skyline-buildings.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #eee;
}

.fullpage {
  height: 100%;
}

#left-panel {
  width: 350px;
  padding: 20px;
  float: left;
  background: #fff; /* ie8 default */
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  color: #333;
}

.left-panel-content {
  height: 100%;
  margin-bottom: -32px;
}

#main-panel {
  padding: 0;
  width: auto;
  margin-left: 350px;
  clear: right;
}

.top-spacer {
  height: 55%;
}
.logo-wrapper {
  height: 25%;
}

#splash-content {
  clear: right;
  margin-right: 40px;
  padding: 2px 20px;
  background: #292929; /* ie8 default */
  background: rgba(0,0,0,0.6);
}

h1 {
  font-weight: normal;
  text-shadow: 4px 4px 6px #333;
}

.login-form .form-control {
  background-color: rgba(255,255,255,0.6);
}
.login-form .form-control:focus {
  background-color: #fff;
}

.sup {
  font-size: .5em;
  vertical-align: super;
}

footer {
  height: 32px;
  font-size: 0.8em;
  color: #999;
}

@media(max-width:767px){
  #left-panel {
    width:100%;
  }
  .logo-wrapper {
    height:auto;
  }

}
@media(min-width:768px){
  h1 {
    font-size: 48pt;
  }
  #splash-content {
    margin-right:0;
  }
}
@media(min-width:992px){
  h1 {
    font-size: 64pt;
  }
}
@media(min-width:1200px){
  h1 {
    font-size: 78pt;
  }
}

#splash-content h1 {
  font-size: 36px;
}
