body {

      background: url(/assets/images/backer.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
}

p {
  font-size: 1.25em;
  line-height: 1.6;
  color: #000;
}

hr {
  border-color: #999999;
  max-width: 400px;
}

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.brand img {
  max-height: 150px;
}

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: normal;
}

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 20px;
  padding: 30px 15px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}

footer {
  background: #fff;
  background: rgba(255,255,255,0.9);
}

footer p {
  margin: 0;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {

.brand {
  display: inherit;
  font-weight: 700;
  font-size: 5em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}

.address-bar {
  display: inherit;
  text-align: center;
  margin: 0;
  padding: 0 0 40px;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar {
  border-radius: 0;
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar .btn {
  margin: 10px;
}

.navbar-default {
  background: #000;
  background: rgba(0,0,0,0.9);
  border: none;
  margin-bottom: 10px;
}

.nav>li>a {
  margin: 10px 0;
}

.navbar-nav>li>a {
  line-height: normal;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.25em;
}

}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}



.text-justify {
  text-align: justify;
}
.btn-signup {
  background-color: hsl(236, 49%, 21%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b62c7", endColorstr="#1b1e4f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b62c7), to(#1b1e4f));
  background-image: -moz-linear-gradient(top, #5b62c7, #1b1e4f);
  background-image: -ms-linear-gradient(top, #5b62c7, #1b1e4f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b62c7), color-stop(100%, #1b1e4f));
  background-image: -webkit-linear-gradient(top, #5b62c7, #1b1e4f);
  background-image: -o-linear-gradient(top, #5b62c7, #1b1e4f);
  background-image: linear-gradient(#5b62c7, #1b1e4f);
  border-color: #1b1e4f #1b1e4f hsl(236, 49%, 12%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.59);
  -webkit-font-smoothing: antialiased;
}

.btn-login {
  background-color: hsl(33, 100%, 34%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffac47", endColorstr="#ad5f00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffac47), to(#ad5f00));
  background-image: -moz-linear-gradient(top, #ffac47, #ad5f00);
  background-image: -ms-linear-gradient(top, #ffac47, #ad5f00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffac47), color-stop(100%, #ad5f00));
  background-image: -webkit-linear-gradient(top, #ffac47, #ad5f00);
  background-image: -o-linear-gradient(top, #ffac47, #ad5f00);
  background-image: linear-gradient(#ffac47, #ad5f00);
  border-color: #ad5f00 #ad5f00 hsl(33, 100%, 26.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.49);
  -webkit-font-smoothing: antialiased;
}

.form-horizontal {
  color:white;
  padding:10px;
  border-radius: 10px;
  border:solid black 2px;
  background: #0c1c3f; /* Old browsers */
  background: -moz-linear-gradient(top,  #0c1c3f 53%, #0c1c3f 53%, #0c1c3f 53%, #192c7f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#0c1c3f), color-stop(53%,#0c1c3f), color-stop(53%,#0c1c3f), color-stop(100%,#192c7f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0c1c3f 53%,#0c1c3f 53%,#0c1c3f 53%,#192c7f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0c1c3f 53%,#0c1c3f 53%,#0c1c3f 53%,#192c7f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0c1c3f 53%,#0c1c3f 53%,#0c1c3f 53%,#192c7f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0c1c3f 53%,#0c1c3f 53%,#0c1c3f 53%,#192c7f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1c3f', endColorstr='#192c7f',GradientType=0 ); /* IE6-9 */
}

.form-group {
  width:90%;
  margin: 0 auto !important;
}

.form-horizontal h4 {
  text-align: center !important;
}

.formwrapper {
    padding:10px;
    margin-bottom: 20px;
}

.formwrapper input {
    width:100%;
    border-radius: 5px;
}

.formwrapper .btn {
    margin-top:10px;
}

label {
    color:#fff;
}

.has-error input {
    background-color: #c71010;
}

#emailagain {
    display:none;
}
.contentBox {
    background: rgba(0,0,0,0.5);
    border:solid #000 1px;
    border-radius: 10px;
}
.contentBox h1 {
    color:white;
    text-decoration: none;
}
.contentBox h4 {
    color:white;
}
.contentBox p {
    color:#ffffee!important;
    text-align: justify;
    font-size: 15px;
}
.panel {
    background: none;
    border: none;
}
.panel-heading {
    background: none!important;
    text-align: center;
}
.panel-body {
    background:#111;
}
.img-right {
    float:right;
    margin:0 0 10px 10px;
    width:150px;
    border: solid 2px #000;
    border-radius: 5px;
}
.img-left {
    float: left;
    margin:0 10px 10px 0;
    width:150px;
    border: solid 2px #000;
    border-radius: 5px;
}
.statTable {
    color:white;
    padding:5px;
    border:solid 1px black;
    margin: 0 auto;
    margin-bottom:20px;
}
.statTable td {
    padding:5px;
    border:solid 1px black;
}
.thead {
    background:#333;
}

.rememberMe label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.rememberMe input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
