@charset "UTF-8";
*html,
*html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

.form_body {
  position: relative;
  letter-spacing: .05em;
  background: url(../images/form_bg.jpg) no-repeat center/cover;
}

.form_body .form-wrap {
  background: #fff;
  padding: 40px 20px;
  max-width: 520px;
  margin: 30px auto 0;
  border-radius: 15px;
}

.form_body .form-ul .input_o {
  max-width: 350px;
  margin: 30px auto 0;
}

.form_body .form-ul .form_line:not(:first-child) {
  margin-top: .5rem;
}

.form_body .form-ul li p {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  *overflow: none;
}

.form_body .form-ul li .meg-error {
  color: #FA0417;
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 13px;
  background-color: #fff;
}

.form_body .form-ul li .meg-border-error input {
  border-color: #f65662;
}

.form_body .form-ul li .meg-error-color {
  color: #FA0417;
}

.form_body .form-ul li .meg-border-okay input {
  border-color: #6ac451;
}

.form_body .form-private {
  position: relative;
  font-size: 13px;
  margin: 30px 0 40px;
  color: #525252;
}

.form_body .form-private input[type="checkbox"] {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: -5px;
}

.form_body .form-private input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  display: inline-block;
  text-align: left;
}

.form_body .form-private input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50em;
  left: 0;
  top: 0;
}

.form_body .form-private input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 5px;
}

.form_body .form-private a {
  color: inherit;
  border-bottom: 1px solid;
}

.rv_title {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #1A1C4C;
}

.rv_wrapper {
  text-align: center;
  font-size: 15px;
  border-top: 1px dashed #b8b8b8;
  padding-top: 30px;
  max-width: 350px;
  margin: 30px auto 0;
}

.rv_wrapper a {
  position: relative;
  display: block;
  color: #1A1C4C;
  border: 1px solid;
  padding: 10px 15px;
  line-height: 1.3;
  border-radius: .35rem;
  margin-top: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rv_wrapper a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.form-ul .wfn {
  text-indent: -9999px;
  height: 0;
}

.form-ul .wcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-ul .wcode > p {
  width: 60% !important;
}

.form-ul .wcode > input {
  width: 40%;
  margin-left: 8px;
}

.form-ul .w100 {
  width: 100%;
}

.form-input {
  width: 100%;
  *width: 93.5%;
  color: #222;
  line-height: 36px;
  height: 44px;
  font-size: 15px;
  overflow: hidden;
  padding: 3px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .35rem;
  font-weight: 300;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.form-input::-webkit-input-placeholder {
  color: #8f8f8f;
}

.form-input:-ms-input-placeholder {
  color: #8f8f8f;
}

.form-input::-ms-input-placeholder {
  color: #8f8f8f;
}

.form-input::placeholder {
  color: #8f8f8f;
}

.form-input:hover, .form-input:focus {
  background-color: #E6EEF7;
}

.form-input:focus {
  outline: none !important;
}

input[type="button"] {
  display: block;
  width: 100%;
  border-radius: .35rem;
  border: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: normal;
  padding: 3px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input[type="button"].form-submit {
  margin: 0 auto;
  line-height: 44px;
  font-size: 18px;
  border: 0;
  background-color: #003BFF;
  color: #fff;
}

input[type="button"].form-submit:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#getOtp {
  background: #9A9A9A;
  color: #fff;
  font-size: 14px;
}

#getOtp:hover {
  background-color: #414141;
}

input.getOtp_off[type="button"] {
  font-size: 14px;
  background-color: #999;
  cursor: wait;
}

.moveleft {
  clear: both;
}

/*--- OTP彈出視窗 ---*/
.jconfirm .jconfirm-holder {
  max-width: 700px;
  margin: 0 auto;
  max-height: 100%;
  padding: 50px 0;
}

@media all and (max-width: 576px) {
  .form_body {
    padding: 3em 0;
  }
}

#form-wrap ul.js-dropdown-list {
  display: none;
  border: 1px solid #c0cdd1;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  border-radius: .35rem;
  z-index: 3;
  overflow: hidden;
  min-width: 180px;
  margin-top: 2px;
}

#form-wrap ul.js-dropdown-list li {
  padding: 13px 15px;
  cursor: pointer;
  height: auto;
  float: none;
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
}

#form-wrap ul.js-dropdown-list li:not(:first-child) {
  border-top: 1px dashed #dde4e6;
}

#form-wrap ul.js-dropdown-list li:focus, #form-wrap ul.js-dropdown-list li:hover {
  background: #ecf0f1;
}

#form-wrap ul.js-dropdown-list li:active {
  background: #98d8d8;
}

#form-wrap ul.js-dropdown-list li span {
  float: right;
}
