.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;
  -webkit-filter: blur(2px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 10, 10, 0.5);
  margin: auto auto;
  -moz-box-shadow: inset 0 0 50px rgba(0, 0,0, 0.3);
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
}
.panel{
	margin-bottom: 10px;
}

#content {
    margin-top: 40px;
}

#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;
}
