.page-content {
  background-image: none;
  background-color: #FFFFFF;
}

.table-condensed thead {
  visibility: hidden;
  height: 0px !important;
  max-height: 0px !important;
  display: flex;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background-color: #D0821D;
  color: #FFFFFF;
}

.datepicker table tr td span:hover {
  color: #000000;
}

.page-register {
  /*    max-width:none;
      width:100%;
      margin: 0px auto;
      padding:0px;
      background-color: $bg-blue-color;
      width:100%;*/
}
.page-register .no-display {
  display: none;
}
.page-register p {
  margin: 0px;
}
.page-register * {
  font-family: "Noto Sans TC";
}
.page-register .text {
  color: #39291B;
  text-align: left;
  letter-spacing: 0;
}
.page-register .text-1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.page-register .text-2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.page-register .text-3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.page-register .button {
  margin: 0px auto;
  text-align: center;
}
.page-register .button-1 {
  font-size: 17px;
  line-height: 45px;
  width: 100%;
  border-radius: 23px;
}
.page-register .red-text {
  color: #FF2900;
}
.page-register .link-forget-password {
  color: #888888;
}
.page-register .form-group, .page-register select {
  /*color:#888888;*/
}
.page-register .form-group .form-text, .page-register select .form-text {
  margin-top: 10px;
  /*color:#888888;*/
  font-weight: 300;
}
.page-register .help-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-register .help-container .input-container {
  margin-bottom: 15px;
}
.page-register .help-container .input-container:last-child {
  margin-bottom: 0px;
}
.page-register img {
  margin: 0px auto;
}
.page-register label, .page-register a, .page-register button {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.page-register .form-check .form-check-label {
  line-height: 24px !important;
  margin-top: 0px !important;
}
.page-register .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .page-register .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
}
.page-register .section-container {
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  /*padding: 60px 0px 68px 0px;*/
  width: 100%;
}
.page-register .section-container .section {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.page-register .section-container .section .content {
  display: flex;
  flex-direction: column;
  /*margin: 0px auto 0px 226px;*/
  width: 100%;
  max-width: 590px;
}
.page-register .section-container .section .content .result-msg {
  margin-bottom: 30px;
}
.page-register .section-container .section-1 {
  /*            #register-section-1-promo-input{
                  margin-bottom:0px;
              }*/
}
.page-register .section-container .section-1 .line {
  margin-bottom: 20px;
}
.page-register .section-container .section-1 #register-section-1-title {
  margin-bottom: 20px;
}
.page-register .section-container .section-1 #register-section-1-title-0 {
  margin-bottom: 20px;
  font-weight: 400;
}
.page-register .section-container .section-1 #register-section-1-title-1 {
  margin-bottom: 20px;
}
.page-register .section-container .section-1 #register-section-1-title-2 {
  margin-bottom: 28px;
}
.page-register .section-container .section-1 .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  /*align-items: center;*/
  min-height: 40px;
}
.page-register .section-container .section-1 .form-group label {
  line-height: 24px;
  line-break: anywhere;
  align-self: flex-start;
  margin-top: 8px;
}
.page-register .section-container .section-1 .form-group label.label-s {
  width: 100px;
  min-width: 100px;
  margin-right: 30px;
}
.page-register .section-container .section-1 .form-group label.label-l {
  width: auto;
}
.page-register .section-container .section-1 #register-section-1-title-input .input-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.page-register .section-container .section-1 #register-section-1-title-input .input-container .form-check {
  margin-right: 50px;
}
.page-register .section-container .section-1 #register-section-1-title-input .input-container .form-check:last-child {
  margin-right: 0px;
}
.page-register .section-container .section-1 #register-section-1-name-input .input-container {
  display: flex;
  flex-direction: row;
}
.page-register .section-container .section-1 #register-section-1-name-input .input-container input {
  margin-right: 15px;
}
.page-register .section-container .section-1 #register-section-1-name-input .input-container input:last-child {
  margin-right: 0px;
}
.page-register .section-container .section-1 #register-section-1-password-input {
  position: relative;
}
.page-register .section-container .section-1 #register-section-1-password-input .input-container {
  position: relative;
  width: 100%;
}
.page-register .section-container .section-1 #register-section-1-password-input .input-container .visible-button {
  right: 7px;
  display: block;
  position: absolute;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 18px;
  color: #FFFFFF;
  background-color: transparent;
  transform: translateY(-50%);
  top: 23px;
}
.page-register .section-container .section-1 #register-section-1-password-input .input-container .get-otp-button.disabled {
  color: #FFFFFF;
  background-color: #D6D6D6;
}
.page-register .section-container .section-1 #register-section-1-email-input {
  position: relative;
}
.page-register .section-container .section-1 #register-section-1-email-input .input-container {
  position: relative;
  width: 100%;
}
.page-register .section-container .section-1 #register-section-1-email-input .input-container .get-otp-button {
  right: 7px;
  display: block;
  position: absolute;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 18px;
  transform: translateY(-50%);
  top: 50%;
}
.page-register .section-container .section-1 #register-section-1-email-input .input-container .get-otp-button.disabled {
  color: #FFFFFF;
  background-color: #D6D6D6;
}
.page-register .section-container .section-1 #register-section-1-telephone-input .input-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}
.page-register .section-container .section-1 #register-section-1-telephone-input .input-container input {
  padding-left: 100px;
}
.page-register .section-container .section-1 #register-section-1-telephone-input .input-container .input-telephone-prefix {
  border: 0px;
  line-height: 24px;
  height: 100%;
  position: absolute;
  width: 90px;
  border-radius: 0px;
}
.page-register .section-container .section-1 #register-section-1-cred-id-input label {
  padding-right: 33px;
}
.page-register .section-container .section-1 #register-section-1-birth-input {
  margin-bottom: 40px;
}
.page-register .section-container .section-1 #register-section-1-birth-input .input-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.page-register .section-container .section-1 #register-section-1-birth-input .input-container select, .page-register .section-container .section-1 #register-section-1-birth-input .input-container input {
  width: 100%;
  margin-right: 14.5px;
}
.page-register .section-container .section-1 #register-section-1-birth-input .input-container select:last-child, .page-register .section-container .section-1 #register-section-1-birth-input .input-container input:last-child {
  margin-right: 0px;
}
.page-register .section-container .section-1 #register-section-1-terms-input {
  margin-bottom: 0px;
}
.page-register .section-container .section-1 #register-section-1-duty-input .input-container {
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: center;
}
.page-register .section-container .section-1 #register-section-1-duty-input .input-container .form-check {
  margin-right: 50px;
}
.page-register .section-container .section-1 .submit-form {
  /*width:221px;*/
  margin: 0px;
  margin-bottom: 20px;
}
.page-register .section-container .section-1 .text-alert {
  margin-bottom: 80px;
}

@media screen and (max-width: 1042px) {
  .page-register .section-container .section .content {
    margin: 0px auto;
  }
}
@media screen and (max-width: 768px) {
  .page-register .section-container {
    padding: 60px 0px 68px 0px;
    width: 100%;
  }
  .page-register .section-container .section {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .page-register .section-container .section .content {
    /*max-width:none;*/
    max-width: 80vw;
  }
  .page-register .section-container .section-1 {
    /*                    #register-section-1-prefix-input{
                            .input-container{
                                label{
                                    margin-right:50px;
                                }
                            }
                        }*/
  }
  .page-register .section-container .section-1 #register-section-1-title-1 {
    margin-bottom: 20px;
  }
  .page-register .section-container .section-1 #register-section-1-title-2 {
    margin-bottom: 28px;
  }
  .page-register .section-container .section-1 .form-group {
    flex-direction: column;
    margin-bottom: 30px;
    min-height: 40px;
    /*                        label.label-l{
                                width:auto;
                            }*/
  }
  .page-register .section-container .section-1 .form-group label {
    line-height: 24px;
    margin-top: 0px;
  }
  .page-register .section-container .section-1 .form-group label.label-s {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .page-register .section-container .section-1 #register-section-1-name-input .input-container {
    display: flex;
    flex-direction: column;
  }
  .page-register .section-container .section-1 #register-section-1-name-input .input-container input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .page-register .section-container .section-1 #register-section-1-name-input .input-container input:last-child {
    margin-bottom: 0px;
  }
  .page-register .section-container .section-1 #register-section-1-email-input {
    position: relative;
  }
  .page-register .section-container .section-1 #register-section-1-email-input .input-container .get-otp-button {
    right: 7px;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 18px;
  }
  .page-register .section-container .section-1 #register-section-1-telephone-input .input-container input {
    padding-left: 100px;
  }
  .page-register .section-container .section-1 #register-section-1-telephone-input .input-container .input-telephone-prefix {
    line-height: 24px;
    width: 90px;
  }
  .page-register .section-container .section-1 #register-section-1-birth-input {
    margin-bottom: 40px;
  }
  .page-register .section-container .section-1 #register-section-1-birth-input .input-container select {
    margin-right: 14.5px;
  }
  .page-register .section-container .section-1 #register-section-1-terms-input {
    /*margin-bottom:0px;*/
  }
  .page-register .section-container .section-1 .submit-form {
    width: 221px;
    /*margin:0px;*/
  }
}
@media screen and (max-width: 576px) {
  .page-register .section-container .section .content {
    max-width: 90vw;
  }
}
/*@media screen and (min-device-width: 561px) and (max-device-width: 1140px){ 

        .page-register{
            .section-container{
                .section-1{
                    padding: 4.5vw 20px 7vw 20px;
                }
            }
        }  

}


@media screen and (max-device-width: 561px){ 

        .page-register{
            .section-container{
                .section-1{
                    padding: 6.4vw 20px 10.67vw 20px;
                }
            }
        }  


}*/

/*# sourceMappingURL=register.css.map */
