@charset "UTF-8";
/*會員表格*/

.member,
.forget_pw,
.forget_set_pw {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/common/bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
/*
.forget_pw,
.forget_set_pw {
    background-image: linear-gradient(to bottom, #091834 0%, #1f4287 55%, #264fa1);
}*/

.mem_form {
    position: relative;
    margin: 0 auto;
    width: 400px;
    color: #fff;
    padding-bottom: 208px;
    max-width: 85%;
}

.mem_form p {
    height: 50px;
    width: 100%;
    line-height: 36px;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.mem_form p a {
    text-decoration: underline;
    color: #fff;
    margin-left: 2px;
    font-weight: 600;
}

.mem_form .terms {
    margin-bottom: 3rem;
}

.mem_form .terms a {
    text-decoration: underline;
    color: #fff;
}

.form_list {
    margin-bottom: 12px;
}

.form_list li {
    width: 100%;
    margin-bottom: 10px;
    
}

.form_list li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 400;
}

.form_list li p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    height: 30px;
    line-height: 30px;
    color: #FF4F4F;
}

.form_list li input {
    width: 100%;
}

.form_list li.text_visible .eye {
    top: 2.7rem;
}


.form_list li.check_code {
    position: relative;
}

.form_list li.check_code .countdown {
    position: absolute;
    top: 3rem;
    right: -6rem;
}

.form_list.reg li.email {
    position: relative;
    margin-bottom: 2rem;
}

.form_list.reg li.email .send_code {
    position: absolute;
    top: 3rem;
    right: -6rem;
}

.form_list.reg li.text_visible {
    padding-bottom: 0.3rem;
}



.form_list.reg li .wrong_msg {
    padding-bottom: 0.3rem;
}


.form_list.reg li.check_code .countdown {
    position: absolute;
    top: 1rem;
    right: -6.1rem;
}


.mem_form .btn {
    margin-bottom: 1.5rem;
}



/*驗證碼*/
.v_code_wrap {
    position: relative;
    height: 131px;
}

.form_list li.v_code_wrap span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.form_list li input.v_code {
    border-radius: 0;
    width: 54.5%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: none;
}

.v_code_img {
    width: 39.5%;
    position: absolute;
    right: 0;
    top: 40px;
    display: inline-block;
    margin-left: 4.9%;
}

.v_code_img a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
}

.v_code_img a img {
    width: 16px;
    vertical-align: middle;
    padding: 0 4px;
}

.btn_forget {
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 768px) {
    .form_list li input.v_code {
        width: 45%;
    }

    .form_list.reg li.email .send_code {
        top: 5.3rem;
        right: 0.5rem;
    }
    .form_list.reg li.check_code .countdown {
        top: 3.5rem;
        right: 0.4rem;
    }
    .v_code_img {
        width: 50%;
    }

    .form_list li.check_code .countdown {
        position: absolute;
        top: 5.5rem;
        right: 0rem;
    }
}