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

.rest-password-container > div {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
.rest-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;
  padding-bottom: 40px;
}
.rest-password-container > div 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;
}
.rest-password-container > div 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;
}
.rest-password-container > div .reset-password {
  flex-direction: column;
  gap: 16px;
  padding-bottom: 104px;
}
.rest-password-container > div .reset-password input[type=text],
.rest-password-container > div .reset-password input[type=password] {
  height: 40px;
  padding: 8px 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;
  border-radius: 10px;
  background: #f6f6f6;
  height: 40px;
  padding: 12px 24px;
  color: var(--gray-1, #595757);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}
.rest-password-container > div .reset-password input[type=text]::-moz-placeholder, .rest-password-container > div .reset-password 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;
}
.rest-password-container > div .reset-password input[type=text]::placeholder,
.rest-password-container > div .reset-password 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;
}
.rest-password-container > div .reset-password 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;
}
.rest-password-container > div .reset-password button.eye {
  background-color: transparent !important;
  height: 40px;
  color: #80746a;
}

.form-control:focus {
  border-color: rgba(238, 120, 54, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(238, 120, 54, 0.25) !important;
}

.woocommerce-password-strength {
  padding-top: 20px;
  transform: translateY(-20px);
  z-index: -1;
  border-radius: 10px;
  position: relative;
}

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