#demo1 {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0;
}

#demo1 .card-header {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-bottom: 0 !important;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
  padding: .75rem 1.25rem;
}

#demo1 .card-header h2 {
  color: #3a87ad;
  padding: 0;
  margin: 0;
}

#demo1 .card-body {
  float: left;
  width: 100%;
  margin: 0px 15px 0px 0px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-top: 0 !important;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 25px 15px 25px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#demo1 .card-body p {
  width: 100%;
  color: #3a87ad !important;
  font-weight: 550;
  margin: 0.5em 1em 0.5em 0 !important;
  padding: 0 !important;
}

.bootstrapForm {
  clear: left;
}

.bootstrapForm h1 {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  clear: both;
}

.bootstrapForm .card {
  border: 0px !important;
  margin-bottom: 5px !important;
}

.bootstrapForm .card .card-header {
  float: left;
  width: 100%;
  padding: 0px 0 0px 0;
  margin: 0 0 10px 0;
  background-color: #FFFFFF;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  border-bottom: 0 !important;
}

.bootstrapForm .card .card-body {
  background-color: #f4f4f4;
  padding: 30px 30px 11px 30px;
}

.bootstrapForm .card .card-body .form-group {
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  clear: left;
}

.bootstrapForm .card .card-body .form-group label {
  font-weight: 600;
  width: 95%;
  float: left;
  margin: 2px 0px 5px 0px;
}

.bootstrapForm .card .card-body .form-group input {
  overflow: visible;
  font: inherit;
  margin: 0 15px 10px 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  width: 92%;
  padding: 6px !important;
  border: 1px solid #cccccc !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 16px !important;
  clear: none !important;
  float: none !important;
  border-radius: 0 !important;
  max-width: none;
}

.bootstrapForm .card .card-body .form-group select {
  font: inherit;
  margin: 1px 15px 10px 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  width: 92%;
  border-radius: 0 !important;
  max-width: none;
  border-radius: 0 !important;
}

.bootstrapForm .card .card-body .form-group .form-control-checkbox {
  float: left !important;
  padding: 6px !important;
  border: 1px solid #cccccc;
  width: 20px !important;
  margin: 5px 15px 0 0 !important;
  height: 20px !important;
}

.bootstrapForm .card .card-body .form-group p strong {
  font-size: larger;
}

.bootstrapForm .card .card-body .form-group div.postcodeLookup {
  background: url(/applications/formBuilder/images/search-magnify-purple.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  background-size: 20px 20px;
  border: 1px solid #ccc;
  border-left: 0;
  padding: 6px;
  width: 40px;
  height: 38px;
  margin-left: 0;
  margin-top: 0;
  display: inline-block;
  float: left;
}

.bootstrapForm .card .card-body .form-group .field-validation-error {
  clear: left;
  color: #F20814 !important;
  margin: -10px 0 10px 0;
  float: left;
}

.bootstrapForm .card .card-body .form-group .field-validation-error-input {
  clear: left !important;
  margin: 0px 0 10px 0 !important;
  float: left !important;
  border: #F20814 solid 1px !important;
}

.bootstrapForm .card .card-body .form-group .postcodeLookup {
  clear: none !important;
}

.bootstrapForm .card .card-body .form-group #postCode {
  width: 150px !important;
  border-right: 0 !important;
  display: inline-block;
  float: left !important;
  margin-right: 0 !important;
}

#Submit1 {
  margin-top: 40px;
  margin-left: 0;
  margin-bottom: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 0 !important;
  max-width: 300px;
}
