
/* 匯入共用會員欄位模組.css */
@import url("../style_member/style_member_form.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_contentBg {
  margin: 1.875rem auto;
  margin: 0 auto;
  /* width: 400px; */
  /* width: 520px; */
  /* max-width: 100%; */

  padding: 2.1875rem clamp(0.8710rem, 1.4063vw, 1.6875rem); /* 13.94px , 1.4063vw , 27.00px */


  /* padding: 1.0938rem 1.7188rem 1.25rem; */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  width: 99.9%;
  max-width: 38.125rem; /*610*/
  background-color: transparent;
  box-shadow: unset;
}
.login_contentIn .right_title {
  text-align: center;
  /*font-size: 1.25rem;*/ /*20px*/
  padding-bottom: 0.625rem; /*10*/
  /*padding-top: 0.625rem;*/ /*10*/
  border-bottom: 2px solid var(--primary_color);
  color: var(--primary_color);
  border-bottom: unset;
}
.login_contentIn .form_listBg {
  margin-top: 1.25rem; /*20px*/
}
.form_listArea .form_list {
  position: relative;
  padding: 7.5px 0px;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.form_list {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 21px;
  width: 100%;
}
.form_listArea .form_list .title {
  /* position: absolute; */
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -webkit-transform: unset;
  transform: translateY(-50%);
  transform: unset;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  padding: 7px 0px;
  line-height: 1.1;
  font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
  padding: 0;
  padding-bottom: 12px;
  font-weight: 600;
  color: var(--primary_color);
}
.form_listArea .form_list .content {
  padding: 0; /*140*/
  font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
  line-height: 38px;
  letter-spacing: 1px;
  position: relative;
}
.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{
    font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 字體 最小值 16.00px、大小約 0.9375vw、最大值 18.00px */
    /*line-height: 3.375rem;*/ /*54*/
    height: auto;
}
.form_listArea .form_list.login_button.two input{
  border: 2px solid var(--primary_color);
  border-radius: 0;
  color: #ccc;
  background-color: var(--primary_color);
  font-weight: 600;
  color: #fff;
}

.form_listArea .form_list.login_button.two .register {
    background: var(--primary_color);
    border-color: var(--primary_color);
    border: 2px solid var(--primary_color);
    border-radius: 0;
    color: var(--dark_color);
    background-color: transparent;
    color: var(--primary_color);
    font-weight: 600;
}
.form_listArea .form_list .content.captcha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px .625rem; /*10*/
  padding: 0px 0px 0px 8.75rem; /*140*/
  padding: 0;
}
.form_listArea .form_list .title.captcha_title {
  top: 30%;
}
.deco_bg {
  /* padding: 25px 0px 15px; */
  margin: clamp(1.1291rem, 1.8229vw, 2.1875rem) 0; /* 18.07px , 1.8229vw , 35.00px */
  opacity: 0;
}
.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;
}
.other_bg .other_list a {
  color: var(--primary_color);
  color: #000;
}
.other_bg .other_list a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.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;
}
