

body {
  background: url("images/bg.jpg") repeat-x top center fixed;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000;
}

#mainExtra {
  background-color: #ffffff !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

.container {
  /*max-width: 160px;*/
  margin-top: 0px;
  max-width: 960px;
  /*background-color: #000;*/
  /*margin-bottom: 40px;*/
}

.container2 {
  max-width: 500px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/*.paddingLeft {
padding-right: 30px !important;
}
.paddingRight {
padding-left: 30px !important;
}*/

.spacerS {
  margin-top: 20px;
}

.spacerSM {
  margin-top: 40px;
}

.spacerM {
  margin-top: 60px;
}

.spacerL {
  margin-top: 90px;
}

.spacerLL {
  margin-top: 120px;
}

.spacerXL {
  margin-top: 200px;
}

.btn {
  background-color: #c20e1a!important;
  border-color: #c20e1a !important;
  color: #fff !important;
}

.btn-primary.focus {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.btn:hover {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.btn:active {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.submit {
  background: url(images/submit.png) no-repeat;
 color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 232px;
  height: 38px;
}

.termsLabel {
  margin-left: 30px;
  font-size: 14px;
  margin-top: -15px !important;
  position: absolute;
  color: #fff;
  text-align: left;
}

.pusher {
  margin-top: -20px;
}

input {
  margin-bottom: 20px !important;
}

input[type="checkbox"] {
  width: 30px !important;
  height: 50px !important;
  margin-top: -30px;
  background-color: #afdcf3 !important;
}

label {
  color: #1d1d1b;
  font-weight: normal;
  font-size: 16px;
}

.red {
  color: #ffffff;
}

.yellow {
  color: #ffe800;
  font-size: 14px;
}

.blue {
  color: #ffffff !important;
}

.terms {
  color: #fff;
}

.terms a {
  color: #fff;
}

.terms a:focus {
  color: #fff;
}

.terms a:visited {
  color: #fff;
}

.terms a:active {
  color: #fff;
}

.terms a:hover {
  color: #fff;
}

.modal-content {
  color: #000;
}

.modal-content a {
  color: #c20e1a;
}

.modal-content a:hover {
  color: #c20e1a;
}

.imgInline {
  display: inline !important;
}

a:focus {
  font-weight: bold;
  text-decoration: underline;
  color: #32367a;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #32367a;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #32367a;
}

.offMobile {
  display: normal;
}

.onMobile {
  display: none;
}

.small {
  font-size: 12px;
  padding-right: 100px;
}

.medium {
  font-size: 16px;
}

.logoPush {
  margin-top: 20px;
}

.formBG {
  padding-top: 10px;
  background-color: #017bad;
}

.form-control {
  background-color: #fff;
  border: 0px;
  color: #4d5a94;
  border-radius: 0 !important;
}

.alert-warning {
  color: #fff;
  background-color: #c20e1a;
  border-color: #c20e1a;
}

@media (max-width: 480px) {
  .spacerM {
    margin-top: 30px !important;
  }
  .offMobile {
    display: none;
  }
  .onMobile {
    display: block;
  }
  .logoPush {
    margin-right: 0px;
  }
  .small {
    font-size: 12px;
    padding-right: 0px;
  }
  .formBG {
    padding-top: 10px;
    padding-bottom: 10px;
     background-color: #017bad;
    border-radius: 10px;
  }
  input {
    margin-bottom: 0 !important;
  }
  input[type="checkbox"] {
    width: 20px !important;
    margin-left: 0 !important;
    margin-top: -30px;
  }
  .spacerL {
    margin-top: 10px;
  }
  .spacerSMob {
    margin-top: 30px !important;
  }
}