
/* 匯入共用會員欄位模組.css */
@import url("../style_member/style_member_form.css");
@import url("../style_member/style_log_in.css");


/* =============================================================== */
/* 忘記密碼css */
/* =============================================================== */



.inmain{
}

.pageContent{
}

.right_contentBg{
    padding-top: 0;
}




/* 在螢幕寬度大於1101時，套用這裡的特定樣式 */
@media screen and (min-width: 1101px){

    .inmain{
        display: flex;
        flex-direction: column;
    }

    .pageContent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
    }

}





/* --------登入------------------------------------- */
/* 登入login  */


.login_contentIn .form_listBg {
  margin-top: 1.25rem; /*20px*/
}

.form_listArea .form_list.login_button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0;
  margin-top: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
}
.form_listArea .form_list.login_button input ,
.form_listArea .form_list.login_button.two input {
    margin: 0;
    width: 100%;
    border-radius: 0.625rem;
}

.form_listArea .form_list.login_button input{
    /* aspect-ratio: 175 / 54; */
    font-size: clamp(1rem, 0.9375vw, 1.125rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
    /*line-height: 3.375rem;*/ /*54*/
    height: auto;

    background: var(--primary_color);
    border: none;
    color: #fff;
}






.form_listArea .form_list.login_button.two .register {
    background: var(--primary_color);
    border-color: var(--primary_color);
    color: var(--dark_color);
}

.form_listArea .form_list .title.captcha_title {
  top: 30%;
}

.deco_bg .content {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.other_bg {
  padding: 0px;
  text-align: center;
  display: flex;
}

.login_contentIn .other_bg .other_list {
  width: 100%;
  box-sizing: border-box;
  /* margin: 10px 0; */
}

@media (max-width: 1240px) {
  .login_contentBg {
    /* width: 480px; */
    /* padding: 12.5px 15px 22.5px; */
  }
  .login_contentBg .form_listArea .form_list .title {
    /* font-size: 13px; */
    /* line-height: 17px; */
    position: unset;
    left: unset;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    text-align: left;
  }
  .login_contentBg .form_listArea .form_list .content {
    padding-left: 0 !important;
  }
}

/* 按鈕位置 */
.btn_area {
  text-align: center;
  margin: 50px 0 0 0;
}
.btn_area input {
  display: inline-block;
}
.btn_area.one {
  display: inline-block;
  margin-right: 10px;
}
.btn_area.disAbled input {
  background: #c5c5c5;
  color: #e4e4e4;
  border: 1px solid #c5c5c5;
  cursor: default;
}
.btn_area.disAbled input:hover {
  opacity: 1;
}

.no_bg input[type="button"].fill_disAbled {
  background: #c5c5c5;
  color: #e4e4e4;
  border: 1px solid #c5c5c5;
  cursor: default;
}
.no_bg input[type="button"].fill_disAbled:hover {
  opacity: 1;
}

/* 隱私權 */
.agreeToTerms {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  margin: 20px 0px 0px;
}

.agreeToTerms a {
  color: #c30000;
  display: inline-block;
  text-decoration: none;
}
