.apply_form_section a.btn_blue,
.apply_form_section button.btn_blue {
  color: #fff;
  background: #2994C9;
  font-size: 1.2em;
  border: 1px solid #258cbf;
  padding: 12px 34px;
  border-radius: 5px;
  font-weight: normal;
  text-align: center;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 1, 0.25);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 1, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 1, 0.25);
}

.apply_form_section a.btn_blue:hover,
.apply_form_section a.btn_blue:active,
.apply_form_section a.btn_blue:focus,
.apply_form_section button.btn_blue:hover,
.apply_form_section button.btn_blue:active,
.apply_form_section button.btn_blue:focus {
  color: #fff;
  background: #1B9FDF;
  border: 1px solid #0F91D0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.39);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.39);
}

.apply_form_section a.btn_white,
.apply_form_section button.btn_white {
  color: #2994C9;
  background: #fff;
  font-size: 1.2em;
  border: 1px solid #258cbf;
  padding: 16px;
  border-radius: 5px;
  font-weight: normal;
  text-align: center;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 1, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 1, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 1, 0.25);
}

.apply_form_section a.btn_white:hover,
.apply_form_section a.btn_white:active,
.apply_form_section a.btn_white:focus,
.apply_form_section button.btn_white:hover,
.apply_form_section button.btn_white:active,
.apply_form_section button.btn_white:focus {
  background: #fcfcfc;
  border: 1px solid #0F91D0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.39);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.39);
}

/* apply_form_section */

.apply_form_section {
  background: #fff;
  padding: 10px 0 20px;
}

.apply_form_title h2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.6em;
  background: none;
  border: none;
  padding: 0;
}

.apply_form_section .form_wrapper {
  margin: 20px auto 0px;
  width: 600px;
}

.apply_form_section.apply_form_section p{
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 400;
}

p.txt_apply_link {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 1em;
}

.apply_form_section ul.apply_link {
  margin: 0 0 14px;
}

.apply_form_section ul.apply_link li {
  margin-right: 10px;
  font-weight: normal;
}

.apply_form_section ul.apply_link li:before {
  content: '▶';
  margin-right: 4px;
  font-size: 0.8em;
  vertical-align: text-top;
  color: #2994C9;
}

.apply_form_section .form-group {
  display: table;
  margin: 0;
  padding: 0;
}

.apply_form_section.apply_form_section p.txt_require {
  margin: 0 0 6px;
  font-size: 1em;
}

.apply_form_section .txt_red {
  color: #FF3F3F;
}

.apply_form_section .form-group.fg_db {
  display: block;
  margin-top: 6px;
}

.apply_form_section .form-group label:not(.radio-inline) {
  display: block;
  vertical-align: top;
  padding-top: 16px;
}

.apply_form_section .form-group.label_kind .control-label,
.apply_form_section .form-group.label_kind .radio-inline {
  display: table-cell;
}

.apply_form_section .form-group.label_kind .radio-inline {
  padding-right: 20px;
}

.apply_form_section .control-label {
  width: 220px;
  text-align: left;
  margin-bottom: 4px;
}

.apply_form_section .control-label.radio_account {
  margin-bottom: 0;
}

.apply_form_section .form-control,
.apply_form_section textarea.form-control {
  max-width: 100%;
}

.apply_form_section .confirm_box {
  background: #f8f8f8;
  padding: 6px 12px;
  font-weight: normal;
  min-height: 32px;
  border: none;
  border-radius: 5px;
}

.apply_form_section .confirm_box.message_box {
  width: 100%;
}

.label_right,
.form_wrapper .validation.label_right {
  margin-left: 6%;
}

@media (max-width: 992px) {
  .apply_form_section .form_wrapper {
    margin: 20px auto 0px;
    width: 80%;
  }

  .apply_form_section .form_wrapper {
    width: 80%;
  }

}

@media (max-width: 767px) {
  .apply_form_section .form-control {
    max-width: 100%;
  }
  .label_right,
  .form_wrapper .validation.label_right {
    margin-left: 0;
  }
  .apply_form_section ul.apply_link li {
    display: block;
    margin: 10px 0 10px 6%;
  }

  .apply_form_section .confirm_box {
    width: 100%;
  }

  .form_title.apply_form_title {
    height: 110px;
    padding-top: 30px;
  }

  .apply_form_title h2 {
    font-size: 1.4em;
  }

}

.apply_form_section .form-group .auth_image {
  padding-top: 16px;
}

.apply_form_section .form-group .form-inline .refresh-img {
	margin-left: 10px;
}

.apply_form_section .form-group .form-inline i {
	vertical-align: middle;
}

/* iframe */

.apply_form_section .form_wrapper .legal-agreement {
  margin: 30px auto;
}

.apply_form_section .form_wrapper .btn_box {
  margin: 10px auto;
}

.apply_form_section .form_wrapper .legal-agreement .iframe_wrapper {
  max-width: 600px;
  width: inherit;
  height: 200px;
}

.apply_form_section .form_wrapper .legal-agreement iframe {
  width: 100%;
  height: 190px;
  margin: 0;
  padding: 4px 0 0 0;
  border: none;
}

@media (max-width: 992px) {
  .apply_form_section .form_wrapper .legal-agreement .iframe_wrapper {
    width: 500px;
  }
}

@media ( max-width : 767px) {
  .apply_form_section .form_wrapper .legal-agreement .iframe_wrapper {
    width: 270px;
    max-width: inherit;
  }

  .btn_fix {
    margin-right: 0;
  }

  .apply_form_section .form-checkbox-agree {
    margin: 0 20px;
  }

  .apply_form_section .form_wrapper .legal-agreement iframe {
    margin: 0 0 0 -10px;
    height: 250px;
    width: 270px;
  }

}

/* /iframe */

/* /apply_form_section */

/* confirm */

.form_title.apply_form_title.confirm_title {
  padding-top: 110px;
}

.apply_form_section button.btn_registration {
  padding:  12px 24px;
  margin-top: 0;
  font-size: 1.2em;
}

.apply_form_section button.btn_fix {
  padding:  12px 34px;
  margin-top: 0;
  font-size: 1.2em;
}

.apply_form_section .confirm_label {
  margin-bottom: 10px;
}

.apply_form_section .confirm_wrapper .form-group {
  display: block;
}

.apply_form_section .box-footer {
  margin: 30px 0 20px;
}

.apply_form_section .box-footer .list-inline>li {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .form_title.apply_form_title.confirm_title {
    padding-top: 44px;
  }

  .apply_form_section button.btn_registration {
    padding:  12px 14px;
  }

  .apply_form_section button.btn_fix {
    padding:  12px 26px;
  }

}

/* /confirm */

/* complete */

body.fx_bt .form_wrapper {
  padding-top: 240px;
}

body.fx_bt footer {
  height: initial;
}

@media (max-width: 767px) {
  body.fx_bt .form_wrapper {
    padding-top: 160px;
  }
}

/* /complete */