body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #7a7a7a;
  padding-top: 75px;
  padding-bottom: 75px;
}
h1 {
  font-size: 26px;
  line-height: 30px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
label.form-check-label {
  font-weight: normal;
}
label.required::after {
  content: " *";
  color: #F00;
  font-weight: bold;
}
.bg-dark {
  background-color: #333C45 !important;
  height: 75px;
}
.light-wrapper {
  background: #FFF;
  border-bottom: 1px solid #e3e3e3;
}
.page-title {
  min-height: 91px;
}
.page-title .inner {
  padding-top: 26px;
  padding-bottom: 26px;
}
.page-title h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 4px 0 0 0;
}
button.btn-primary {
  background-color: #3f8dbf;
  color: #FFF;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

