/* CSS File */

body {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-box {margin: 150px 0 50px 0; background-color: #fff; height: auto; padding: 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000000; box-shadow:0px 2px 5px #000000;}
.logo {display: block; width: 100%; padding-bottom: 10px;}
h1 {text-align: center; padding: 20px 0; color: #313d98;}
p {text-align: justify;}

.bold {font-weight: bold;}



@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
  .content-box {margin-top: 50px; }
}

@media (max-width: 480px) {
  .content-box {margin-top: 50px; }
}
