.content:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: black;
  width: 100%;
  height: 100%;
  background-size: cover;
}

#login-blur {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 -40px;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  background-size: cover;
}

#login-darken {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  position:relative;
}

#content > .container {
    z-index: 5;
}

.panel{
  margin-bottom: 10px;
}

#content {
    margin-top: 30px;
}

#content .navbar-brand {
    height: auto;
    margin-top: 20px;
    width: 420px;
    padding: 0;
}

.navbar-brand img {
    max-height: 100px;
    vertical-align: middle;
    display: inline;
}

#footer {
    margin-bottom: 20px;
}

#content .panel {
    margin-top: 15px;
    margin-bottom: 25px;
}

.checkbox {
    padding-left: 0;
}
#login-form form.panel-body {
  padding-top:15px;
  }
#login-form div.panel-body {
  padding:30px 30px 0 0;
}