.box {
  margin: 0 auto;
  padding: 0;
}
.box h2 {
  width: 100%;
  font-size: 1.125rem;
  color: #8069FF;
  padding-bottom: 8px;
  border-bottom: 1px solid #8069FF;
  font-weight: bold;
}
.box h3 {
  color: #7D7DC9 !important;
}
.box h3::before, .box h3::after {
  display: none;
}

.box--styleA {
  padding: 8px;
  margin-bottom: 3px;
}
.box--styleA h3 {
  margin: 3px 0 !important;
}

.form--styleA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form--styleA input[type=text], .form--styleA input[type=hidden], .form--styleA input[type=email], .form--styleA input[type=password], .form--styleA input[type=number] {
  width: 96%;
}
.form--styleA .member,
.form--styleA .name,
.form--styleA .idcardno,
.form--styleA .date,
.form--styleA .category,
.form--styleA .location,
.form--styleA .phoneno,
.form--styleA .mobileno,
.form--styleA .contacttime,
.form--styleA .email {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form--styleA .member,
  .form--styleA .name,
  .form--styleA .idcardno,
  .form--styleA .date,
  .form--styleA .category,
  .form--styleA .location,
  .form--styleA .phoneno,
  .form--styleA .mobileno,
  .form--styleA .contacttime,
  .form--styleA .email {
    width: 50%;
  }
}
.form--styleA .address {
  width: 100%;
}
.form--styleA .date select:first-child,
.form--styleA .birthday select:first-child {
  width: 80px !important;
}
.form--styleA .date select,
.form--styleA .birthday select {
  width: 55px !important;
}
.form--styleA .category select {
  width: 50%;
  max-width: 180px;
}
.form--styleA .address select {
  width: 30%;
  max-width: 140px;
  min-width: 85px;
  margin-right: 3px;
}
.form--styleA .idApply input[type=text] {
  width: 90%;
  margin: 0;
}
.form--styleA .phoneno input:nth-child(1) {
  width: 20%;
}
.form--styleA .phoneno input:nth-child(2) {
  width: 35%;
}

.form[method=Get] {
  border: 0;
  background: initial;
}
.form[method=Get] .radio:before {
  height: initial;
}