.formtable {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.025em;
}

.formtable input, .formtable select, .formtable textarea {
  background: white;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F0F0F0;
  width: 100%;
  border-radius: 4px;
  font-family: "Noto Sans TC", sans-serif;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.65em 0.9em;
}

@media all and (max-width: 575px) {
  .formtable input, .formtable select, .formtable textarea {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 576px) {
  .formtable input, .formtable select, .formtable textarea {
    font-size: 1rem;
  }
}

.formtable input:focus, .formtable select:focus, .formtable textarea:focus {
  outline: none;
}

.formtable ::-webkit-input-placeholder {
  color: #bbb;
  font-family: "Noto Sans TC", sans-serif;
}

.formtable :-moz-placeholder {
  color: #bbb;
  font-family: "Noto Sans TC", sans-serif;
}

.formtable ::-moz-placeholder {
  color: #bbb;
  font-family: "Noto Sans TC", sans-serif;
}

.formtable :-ms-input-placeholder {
  color: #bbb;
  font-family: "Noto Sans TC", sans-serif;
}

.formtable select::-ms-expand {
  display: none;
}

.formtable label {
  position: relative;
  display: block;
  min-width: 6em;
  margin-bottom: 0.2em;
}

.formtable label i {
  color: #505050;
}

.formtable .form-group {
  margin-bottom: 1em;
}

@media all and (min-width: 769px) {
  .formtable .form-group {
    padding: 0 16px;
  }
  .formtable .form-group.w50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .formtable .form-group:not(.w50) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.formtable .with-errors {
  color: red;
  font-size: 12px;
}

body {
  background: no-repeat url(../images/webp/img_bg.webp) center/cover;
  background-attachment: fixed;
}

.bgalpha {
  border-radius: 40px;
  background-color: #F8F8F8;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 100px 0;
}

.logo {
  width: 470px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.mtitle {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  margin: 1.5em 0 1.25em;
}

@media all and (max-width: 575px) {
  .mtitle {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 576px) {
  .mtitle {
    font-size: 2rem;
  }
}

.formtable .form-group {
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
}

.formtable .btn-group {
  width: 100%;
  text-align: center;
  margin-top: 48px;
}

.formtable .btn-txt {
  color: #9B9B9B;
  margin-top: 28px;
}

.formtable .btn-txt a:not(.gray) {
  color: #25A0CE;
  text-decoration: underline;
}

.formtable .btn-txt a.gray {
  color: #9B9B9B;
}

.copyright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  width: 90%;
  margin-top: 32px;
}

.copyright.pos {
  position: fixed;
  bottom: 16px;
  left: 16px;
}

.login .btn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.no-webp body {
  background-image: url(../images/img_bg.jpg);
}

@media all and (max-width: 768px) {
  .bgalpha {
    padding: 40px 0;
  }
  .copyright {
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signup.bgalpha {
    max-width: 1528px;
    width: 82%;
  }
  .login.bgalpha {
    max-width: 904px;
    width: 49%;
  }
}
/*# sourceMappingURL=formtable.css.map */