@charset "UTF-8";
.breadcrumbs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}

.lost-password-container > div {
  max-width: 490px;
  margin: 0 auto;
}
.lost-password-container > div h2 {
  color: var(--secondary, #80746a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline 1 */
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 2px;
}
.lost-password-container > div .description {
  color: var(--gray-2, #8b8a89);
  /* small 1 */
  font-family: "Noto Sans TC";
  font-size: 12px;
  margin: 0;
}
.lost-password-container > div .lost-password-form {
  margin: 40px 0;
}
.lost-password-container > div .lost-password-form input[type=email] {
  border-radius: 10px;
  background: #f6f6f6;
  height: 40px;
  padding: 12px 24px;
  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;
}
.lost-password-container > div .lost-password-form label {
  color: var(--gray-1, #595757);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 1px;
}
.lost-password-container > div .lost-password-form label span {
  color: var(--primary, #ee7836);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
.lost-password-container > div .lost-password-form input[type=email]::-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;
}
.lost-password-container > div .lost-password-form input[type=email]::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;
}
.lost-password-container > div .lost-password-form button {
  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;
  margin-top: 40px;
}
.lost-password-container > div .form-select:focus,
.lost-password-container > div .form-control:focus,
.lost-password-container > div .form-control:focus,
.lost-password-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;
}
.lost-password-container > div .go-back {
  margin: 0;
  margin-bottom: 40px;
}
.lost-password-container > div .go-back a {
  color: var(--gray-1, #595757);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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