/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.error_message {
    color: red;
}

.remember-me {
    font-weight: normal;
    color: #fff;
}

.bg {
  background: url('images/background.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 450px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  height: 450px;
  color: white;
  text-shadow: #444 0 1px 1px;
  background:transparent;
}

.div-table-content {
  height:600px;
  overflow-y:auto;
}

.bg-blue {
  background-color: #EBF5FF;
}
