@charset "UTF-8";
/** @format */
*html,
*html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

.form_body {
  position: relative;
  letter-spacing: 0.05em;
  margin-top: 2em;
}

#form-wrap > *:not(:first-child) {
  margin-top: 0.5rem;
}

#form-wrap .form-private {
  position: relative;
  padding-left: 34px;
}

#form-wrap .form-private .form-check-label {
  color: #fff !important;
  font-size: 0.9rem;
}

#form-wrap .form-private .form-check-label a,
#form-wrap .form-private .form-check-label a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#form-wrap .form-private #policy {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: #e6e6e6;
  border: none;
  margin: 0;
}

#form-wrap .form-private #policy:checked {
  background-color: #ee79ee;
}

#form-wrap .invalid-feedback {
  color: #ee79ee;
}

#form-wrap .form-floating > .form-control,
#form-wrap .form-floating > .form-select {
  height: 3.4rem;
}

#form-wrap .form-floating > .form-select ~ label {
  color: #003bff;
}

#next_btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#next_btn:hover > * {
  background-color: #dd5dd5;
}

#next_btn > * {
  background-color: #ee79ee;
}

#next_btn .button_style {
  width: 134px;
}

#next_btn .nb_right {
  width: 52px;
  border-radius: 50%;
  background-image: url(../images/arrow-right.svg);
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
}

#prev_btn {
  cursor: pointer;
}

.button_style {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50em;
  border: none;
  color: #fff;
}

.verify-wrap {
  display: none;
}

.verify-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.verify-wrap .ctl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.verify-wrap .ctl > * {
  width: 100%;
  border: none;
  margin-top: 5px;
  text-align: center;
}

.verify-wrap .verify-resend {
  background: #0033cc;
  cursor: not-allowed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verify-wrap .verify-resend.active {
  background: #ee79ee;
  cursor: pointer;
}

.verify-wrap .verify-resend.active:hover {
  background: #dd5dd5;
}

.verify-wrap .verify-submit {
  background: #ee79ee;
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.verify-wrap .verify-submit.active {
  opacity: 1;
  cursor: pointer;
}

.verify-wrap .verify-submit.active:hover {
  background: #dd5dd5;
}

#verifyCode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  gap: 5px;
}

#verifyCode input {
  height: 45px;
  width: 45px;
  border-radius: 6px;
  outline: none;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #ddd;
  color: #003bff;
}

#verifyCode input:focus {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#verifyCode input::-webkit-inner-spin-button,
#verifyCode input::-webkit-outer-spin-button {
  display: none;
}

#verifyCode + div {
  text-align: center;
  margin-top: 10px;
  color: #ee79ee;
}

.verification-info {
  display: block;
  width: 100%;
  text-align: left;
  font-size: .875em;
  color: #92ffff;
}

.form_finish {
  display: none;
  color: #fff;
}

.form_finish h4 {
  font-weight: bold;
  margin-top: 20px;
}

.form_finish .success h4 {
  color: #92ffff;
}

.form_finish .failed h4 {
  color: #f49ef4;
}

.form_finish .success a,
.form_finish .success a:hover {
  color: #ee79ee;
  border-bottom: 1px solid;
}

.form_finish .failed a,
.form_finish .failed a:hover {
  color: #fff;
  border-bottom: 1px solid;
}

.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: 0.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: 0.35rem;
  border: 0;
  line-height: 36px;
  font-size: 13px;
  font-weight: normal;
  padding: 3px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.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;
}

#form-wrap ul.js-dropdown-list {
  display: none;
  border: 1px solid #c0cdd1;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  border-radius: 0.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;
}
