@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype");
  unicode-range: U+4E00-9FFF;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: white;
  font-family: "Noto Sans TC", "Noto Sans", "PingFangTC", "Helvetica Neue", sans-serif;
}
.login-block {
  background-image: url(/img/core/bg_newfix.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-block .bg-filter {
  background-color: rgba(4, 8, 42, 0.4);
  height: 80vh;
}
.title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.63px;
  text-align: center;
  color: #ffffff;
  padding: 25vh 0 6vh;
}
@media (max-width: 830px) {
  .title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 239px 0 86px;
    font-size: 28px;
    letter-spacing: 1.75px;
  }
}
@media (max-width: 480px) {
  .title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 132px 0 37px;
    font-size: 20px;
    letter-spacing: 1.25px;
  }
}
.login-input {
  margin: 0 auto;
  width: fit-content;
}
.login-input .inblock {
  text-align: right;
}
.login-input label {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  margin-right: 22px;
}
@media (max-width: 830px) {
  .login-input label {
    font-size: 16px;
    line-height: 2.19;
    margin-right: 15px;
  }
}
.login-input input {
  margin-bottom: 24px;
  width: 380px;
  height: 45px;
  border-radius: 8px;
  border: solid 1.5px #ffffff;
  outline: none;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: white !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: all cubic-bezier(0.25, 0.46, 0.33, 0.98) 0.3s;
}
.login-input input:focus {
  transition: all cubic-bezier(0.25, 0.46, 0.33, 0.98) 0.3s;
  border: solid 1.5px #f08e1f;
}
@media (max-width: 830px) {
  .login-input input {
    font-size: 16px;
    margin-bottom: 17px;
    width: 266px;
    height: 32px;
    border-radius: 5.6px;
    border: solid 1.1px #ffffff;
  }
  .login-input input:focus {
    border: solid 1.1px #f08e1f;
  }
}
.login-input input:-webkit-autofill,
.login-input input:-webkit-autofill:hover,
.login-input input:-webkit-autofill:focus,
.login-input input:-webkit-autofill:active,
.login-input input:-internal-autofill-selected {
  margin-bottom: 24px;
  width: 380px;
  height: 45px;
  border-radius: 8px;
  border: solid 1.5px #ffffff;
  outline: none;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: white !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: all cubic-bezier(0.25, 0.46, 0.33, 0.98) 0.3s;
}
.login-input input:-webkit-autofill:focus,
.login-input input:-webkit-autofill:hover:focus,
.login-input input:-webkit-autofill:focus:focus,
.login-input input:-webkit-autofill:active:focus,
.login-input input:-internal-autofill-selected:focus {
  transition: all cubic-bezier(0.25, 0.46, 0.33, 0.98) 0.3s;
  border: solid 1.5px #f08e1f;
}
@media (max-width: 830px) {
  .login-input input:-webkit-autofill,
  .login-input input:-webkit-autofill:hover,
  .login-input input:-webkit-autofill:focus,
  .login-input input:-webkit-autofill:active,
  .login-input input:-internal-autofill-selected {
    font-size: 16px;
    margin-bottom: 17px;
    width: 266px;
    height: 32px;
    border-radius: 5.6px;
    border: solid 1.1px #ffffff;
  }
  .login-input input:-webkit-autofill:focus,
  .login-input input:-webkit-autofill:hover:focus,
  .login-input input:-webkit-autofill:focus:focus,
  .login-input input:-webkit-autofill:active:focus,
  .login-input input:-internal-autofill-selected:focus {
    border: solid 1.1px #f08e1f;
  }
}
.submit-block {
  text-align: center;
}
.submit-block .button-block {
  margin-top: 25px;
  text-align: center;
}
.submit-block .button-block .login-button {
  width: fit-content;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #f08e1f;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.25px;
  color: white;
  padding: 6px 37px 6px 39px;
  border: none;
}
@media (max-width: 830px) {
  .submit-block .button-block .login-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.49;
    letter-spacing: 1px;
    padding: 3px 35px 5px 36px;
  }
}
.hclogo-loginblock {
  text-align: center;
  height: 20vh;
}
.hclogo-loginblock .img-block {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2.5vh;
  margin: 0 auto;
  width: 145px;
}
.hclogo-loginblock .img-block img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .hclogo-loginblock .img-block {
    width: 74px;
    padding-top: 6vh;
  }
}
