@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .panel-default {
    width: 83.33333333%;
    margin: 0 auto;
  }

  .control-label {
    width: 33.33333333%;
  }

  .form-control-box {
    width: 50%;
  }
}

.header__inner {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 22px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f6f6;
}

.panel-default {
  margin-bottom: 22px;
}

.panel-heading {
  color: #333333;
  padding: 10px 15px;
}

.panel-heading h2 {
  padding: 70px 0;
  font-weight: 500;
  line-height: 1.1;
}

.panel-body {
  padding: 15px;
}

.form-group {
  display: flex;
  justify-content: left;
  align-items: baseline;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.control-label {
  width: 31%;
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
  font-weight: bold;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.required {
  color: #ff4949;
  padding: 0 0.5rem;
}

.form-control-box {
  width: 45%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px !important;
  font-size: 13px !important;
  line-height: 1.6;
  color: #555555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccd0d2;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input {
  vertical-align: unset;
}

a.aborder-btm {
  text-decoration: underline;
}

a.aborder-btm:hover {
  color: #216a94;
  text-decoration: underline;
}

.agree-label {
  font-weight: bold;
}

.btn-primary {
  color: #fff;
  background-color: #3097D1;
  border-color: #2a88bd;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 4px;
  user-select: none;
}

.btn_wrap {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .form-group {
    display: block;
    max-width: 100%;
  }

  .form-control-box {
    width: 100%;
    padding-top: 5px;
  }
}