@charset "UTF-8";
h1 {
  display: none;
}

.breadcrumbs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}

.login-container {
  padding-top: 0px;
  padding-bottom: 104px;
}
.login-container > div {
  width: 90%;
  max-width: 490px;
  margin: 0 auto;
}
.login-container > div input[type=text] {
  border-radius: 10px;
  background: #f6f6f6;
  height: 40px;
}
.login-container > div input[type=password] {
  border-radius: 10px;
  background: #f6f6f6;
  height: 40px;
}
.login-container > div input[type=text],
.login-container > div input[type=password] {
  color: var(--gray-1, #595757);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 1px;
}
.login-container > div .username-container,
.login-container > div .password-container,
.login-container > div .forever-container {
  padding-bottom: 24px;
}
.login-container > div .form-check-input:checked {
  background-color: #ee7836;
  border-color: #ee7836;
}
.login-container > div label[for=rememberme] {
  cursor: pointer;
}
.login-container > div label[for=rememberme] span {
  padding-left: 5px;
}
.login-container > div .forgot-password-container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.login-container > div .forgot-password-container a {
  color: var(--gray-1, #595757);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container > div input[type=text]::-moz-placeholder, .login-container > div input[type=password]::-moz-placeholder {
  color: var(--gray-3_line, #c0b9b5);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.login-container > div input[type=text]::placeholder,
.login-container > div input[type=password]::placeholder {
  color: var(--gray-3_line, #c0b9b5);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
.login-container > div button[type=submit] {
  border-radius: 10px;
  background: var(--primary, #ee7836);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  height: 43px;
  color: var(--white, #fff);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  width: 100%;
  outline: none;
  border: none;
}
.login-container > div button.eye {
  background-color: transparent !important;
  height: 40px;
  color: #80746a;
}
.login-container > div .social-login-container p {
  color: var(--gray-1, #595757);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container > div .social-login-container ul {
  gap: 24px;
}
.login-container > div .notice-container {
  color: var(--secondary, #80746a);
  /* small 1 */
  font-family: "Noto Sans TC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 8px;
}
.login-container > div .notice-container .content {
  width: 468px;
}
.login-container > div .register-container p {
  color: var(--gray-1, #595757);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container > div .register-container a {
  border-radius: 10px;
  border: 1px solid var(--secondary, #80746a);
  background: var(--white, #fff);
  width: 100%;
  display: block;
  text-align: center;
  height: 43px;
  line-height: 43px;
  color: var(--secondary, #80746a);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  line-height: 43px;
}
.login-container > div .form-label {
  color: var(--gray-1, #595757);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container > div .form-label span {
  color: var(--primary, #ee7836);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-container > div .form-select:focus,
.login-container > div .form-control:focus,
.login-container > div .form-control:focus,
.login-container > div .form-check-input:focus {
  border-color: rgba(238, 120, 54, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(238, 120, 54, 0.25) !important;
}

@media (max-width: 767px) {
  main section {
    padding: 0 0 30px 0 !important;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-container {
    padding: 20px 12px;
  }
}/*# sourceMappingURL=woocommerce-login.css.map */