body {
  background: url("images/bg_01.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: #0066b3;
}

.container {
  margin-top: 0px;
  max-width: 960px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !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: 194px;
  height: 43px;
}

.termsLabel {
  margin-left: 30px;
  font-size: 16px;
  margin-top: -15px !important;
  position: absolute;
  color: #fff;
  font-weight: bold;
}

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

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

input[type="checkbox"] {
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
    margin-top: -20px;
}
input[type="checkbox"]:checked {
    border: 1px solid #099ed6;
    background-color: #099ed6;
}

input[type="checkbox"]:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}

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: #0066b3;
}

.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: #ffffff;
}

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

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

.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;
  padding-bottom: 10px;
  background-color: #00b7f1;
}

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

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

@media (max-width: 480px) {

  .termsLabel {
  margin-left: 15px;
  width: 200px;
margin-left: 50px !important;
  }

  .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: #00b7f1;
    border-radius: 10px;
  }
  input {
    margin-bottom: 0 !important;
  }
  input[type="checkbox"] {
  width: 35px !important;
  margin-left: 0 !important;
  margin-top: -30px;
  height: 35px !important;
  }
  .spacerL {
    margin-top: 10px;
  }
  .spacerSMob {
    margin-top: 30px !important;
  }
}