/* Move down content because we have a fixed navbar that is 50px tall */
body {
  color: #fff;
  background-color: #231F20;
}

img {
  opacity: 0.95;
  filter: alpha(opacity=40);
}

.jumbotron {
  background-image: url(../img/bg_blur.jpg);
  background-repeat: no-repeat;
  background-position:center top;
  margin-bottom: 0;
  background-color: #231F20;
}

form {
  margin-top: 40px;
}

.form-control {
  height: 44px;
  font-size: 18px;
  padding: 0 16px;
}

.btn {
  padding: 8px 42px;
  font-size: 18px;
}

.form-title {
  font-family: 'Rancho', cursive;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: bold;
  color: #777;
  opacity:0.95;
}

.img-responsive {
  margin: 0 auto;
}