.header-content {
  text-align: center;
  background-image: url("../images/guards_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.body-content h2 {
  text-align: center; }

.body-content p {
  text-align: center;
  color: #3993C0;
  font-size: 16px; }

.body-content .form-container {
  padding: 10px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  max-width: 700px;
  margin: 20px auto; }

.body-content .button-group {
  text-align: right; }
  .body-content .button-group .btn-primary {
    border-radius: 0; }

.image-wrapper {
  text-align: center;
  padding: 20px; }
  .image-wrapper img {
    width: 100%;
    max-width: 500px; }

.light {
  background-image: url("../images/bg2.jpg"); }
  .light .item-light {
    background-color: #fff; }
