@charset "UTF-8";
/* 登入頁面主容器 */
.email-page-wrapper, .otp-page-wrapper {
  width: 90%;
  max-width: 796px;
  margin: 0 auto;
}
.content_grain .white .container_page_content h4{
  color: #5c5c5c;
  margin-bottom: 7px;
}
p span.member_font_red.f-danger{
  color: #2296F3;
}

.container_page_content input {
  height: 40px !important;
  font-size: 1.3em;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
  padding: 0 20px;
  border: 2px solid #6f6f6f!important;
  border-radius: 12px!important;
  width: 100%!important;
}
input#f_strEmail {
  margin-bottom: 0.5em !important;
}
input:focus {
  outline: none;
  border-color: #ff9900 !important;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.1);
}
input::-moz-placeholder {
  color: #a6a6a6;
}
input::placeholder {
  color: #a6a6a6;
}
@media screen and (min-width: 768px) {
  .container_page_content input {
    height: 62px !important;
  }
}

button.tmd-btn {
  max-width: 415px;
  width: 100%;
  height: 58px;
  margin: 6px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 2px;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  background: linear-gradient(173deg, #fba720 36%, #fce25e 100%);
  box-shadow: 0px 2.3333332539px 2.33px #ffca61 inset;
  border-radius: 35px;
  color: #7a310a;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  margin-bottom: 0.35em;
}
button.tmd-btn:hover{
 margin: 0;
 box-shadow: none;
}
button.tmd-btn::before{
  display: none;
}
button.tmd-btn::after{
  display: none;
}


table tr td p {
  margin-bottom: 2.5em !important;
}

.tmd-email-page-box {
  background-color: #e7e3dd;
  border-radius: 12px;
  padding: 12px 5px;
  margin: 7px 0;
  border: none !important;
  width: 100%;
}
.tmd-email-page-box .member_font_red .f-danger{
  color: #FF0000;
}
.tmd-email-page-box p {
  padding: 0 35px 0 35px !important;
  margin: 0!important;
  line-height: 24px;
  margin-bottom: 0 !important;
}
.tmd-email-page-box h3 {
  color: #5c5c5c;
  font-size: 20px;
}
.tmd-email-page-box ol {
  padding: 0 35px 0 60px !important;
}
.tmd-email-page-box a {
  color: #2296F3!important;
  text-decoration: underline!important;
}
.tmd-email-page-box a:hover {
  color: #ff7b00;
}

.tmd-custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  font-size: 20px;
  margin-bottom: 2.5em !important;
}
.tmd-custom-select.code {
  margin-bottom: 0 !important;
  width: 37%;
  margin-right: 8px;
  height: fit-content;
  min-width: 177px;
}
.tmd-custom-select.code:after{
      right: 58px;
}
@media screen and (max-width: 767px) {
  .tmd-custom-select.code:after {
    right: 43px;
  }
}
.tmd-custom-select.code:before{
      right: 24px;
}
@media screen and (max-width: 767px) {
  .tmd-custom-select.code:before {
    right: 15px;
  }
}
.tmd-custom-select select {
  appearance: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%!important;
  padding: 0 44px 0 16px;
  border: 2px solid #6f6f6f!important;
  border-radius: 12px!important;
  background: #fff;
  color: #5C5C5C!important;
  font-weight: bold;
  font-size: 20px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box!important;
  cursor: pointer;
  margin-bottom: 0 !important;
  height: 40px!important;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .tmd-custom-select select {
    height: 62px!important;
  }
}
.tmd-custom-select select:hover {
  border-color: #ff9900!important;
}
.tmd-custom-select select option {
  color: #333!important;
  background: #fff!important;
}
.tmd-custom-select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 79px;
  width: 2px;
  height: 100%;
  background: #6f6f6f;
  pointer-events: none;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .tmd-custom-select::after {
    right: 64px;
  }
}
.tmd-custom-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 43px;
  width: 10px;
  height: 10px;
  border-right: 4.5px solid #6F6F6F;
  border-bottom: 4.5px solid #6F6F6F;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .tmd-custom-select::before {
    right: 36px;
  }
}
.tmd-custom-select:has(select:hover)::after {
  background: #ff9900;
}
.tmd-custom-select:has(select:hover)::before {
  border-right-color: #ff9900;
  border-bottom-color: #ff9900;
}

.container_page_content .box {
  border: 2px solid #ff0000;
  border-radius: 12px;
  width: 100%;
  padding: 6px 20px;
  margin: 6px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.box.box--styleB {
  position: relative;
  display: flex;
  align-items: center;
}
.box.box--styleB li {
  list-style: none;
}
.box.box--styleB li:first-child {
  color: #ff0004;
  font-size: 24px;
}
.box.box--styleB li:nth-child(n+2) {
  color: #ff0004;
  font-size: 1.3em;
  font-weight: 500;
  word-break: break-word;
  margin-left: 20px !important;
}

.button.tmd-btn__group {
  width: 100%;
  margin: 30px auto 55px auto;
  max-width: 415px;
}
.button.tmd-btn__group__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.button.tmd-btn {
  width: 100%;
  height: 58px;
  margin: 6px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 2px;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

a.back.button.tmd-btn {
  background: linear-gradient(180deg, #976121, #583000);
  color: #fff;
  border-radius: 35px;
  font-size: 1.5em;
}

li.verifyCode {
  justify-content: flex-start !important;
  height: 40px;
  width: 37%!important;
  min-width: 117px;
}
li.verifyCode:nth-child(2) {
  margin: 5px auto;
  padding: 0!important;
}
@media screen and (min-width: 768px) {
  li.verifyCode {
    height: 62px;
  }
}
li.verifyCode img {
  display: inline-block;
  vertical-align: middle;
      margin-left: 7px;
}
.content_grain table td > p{
      padding: 0 20px;
}
.content-phone-number .input-width{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-phone-number .phone-number{
      width: 62% !important;
      margin: 0;
}
/*# sourceMappingURL=getpassword_page.css.map */