.account-main {

    width: 100%;

    background-color: #eeeeee;

    min-height: 300px;

}



.account-input-main {

    width: 515px;

    min-height: 100px;

    margin: auto;

    margin-top: 50px;

    margin-bottom: 40px;

    background-color: #ffffff;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    text-align: center;

}



.account-signup-input-main {

    min-height: 315px;

}



@media (max-width: 530px) {

    .account-input-main {

        width: 98%;

    }

}



.account-input-title {

    width: 100%;

    text-align: center;

    font-size: 36px;

    font-weight: 700;

    height: 70px;

    line-height: 70px;

}

.account-line-login-btn {
    width: 300px;
    height: 80px;
    background-image: url("../../images/btn_login_base.png");
    background-size: 100% 100%;
    border: none;
    color: #ffffff;
    margin: 10px 0;
    font-size: 2rem;
    padding-left: 70px;
    font-family: '微軟正黑體';
    font-weight: bolder;
}

.account-line-login-btn:hover {
    background-image: url("../../images/btn_login_hover.png");
}

.account-line-login-btn:focus {
    background-image: url("../../images/btn_login_press.png");
}


.account-fb-login-btn {

    width: 100%;

    height: 50px;

    line-height: 50px;

}



.account-fb-login-btn a {

    display: block;

    text-align: center;

    width: 293px;

    height: 45px;

    line-height: 40px;

    background-color: #2f5095;

    border: solid 2px #2f5095;

    color: #ffffff;

    font-weight: 700;

    font-size: 24px;

    margin: auto;

}



.account-fb-login-btn a:hover {

    background-color: #ffffff;

    color: #2f5095;

}



.account-signup-btn {

    width: 293px;

    margin: auto;

    height: 35px;

    margin-top: 20px;

    margin-bottom: 30px;

}



.account-signup-btn .left {

    float: left;

    width: 120px;

    height: 35px;

    font-size: 18px;

    line-height: 35px;

}



.account-signup-btn .right {

    float: left;

    width: 173px;

    height: 35px;

}



.account-signup-btn .right a {

    display: block;

    text-align: center;

    width: 100%;

    height: 31px;

    line-height: 27px;

    background-color: #eb002a;

    border: solid 2px #eb002a;

    color: #ffffff;

    font-weight: 700;

    font-size: 20px;

    margin: auto;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

}



.account-signup-btn .right a:hover {

    background-color: #ffffff;

    color: #eb002a;

}



.account-line {

    height: 1px;

    color: #bfbfbf;

    background-color: #bfbfbf;

    width: 95%;

}



.account-input-subtitle {

    width: 100%;

    text-align: center;

    font-size: 24px;

    height: 50px;

    line-height: 50px;

}



.account-input-field {

    width: 90%;

    margin: auto;

    min-height: 120px;

}



.account-signup-input-field {

    width: 90%;

    margin: auto;

    min-height: 180px;

    display: inline-block;

}



.input-field {

    margin-bottom: 20px;

}



.account-submit-btn {

    width: 100%;

    height: 50px;

    line-height: 50px;

}



.account-submit-btn a {

    display: block;

    text-align: center;

    width: 293px;

    height: 45px;

    line-height: 40px;

    background-color: #30303c;

    border: solid 2px #30303c;

    color: #ffffff;

    font-weight: 700;

    font-size: 24px;

    margin: auto;

    margin-bottom: 8px;

}



.account-submit-btn a:hover {

    background-color: #ffffff;

    color: #30303c;

}



.account-forget-password {

    width: 100%;

    height: 30px;

    margin-top: 20px;

    text-align: center;

}



.account-remind {

    width: 525px;

    font-size: 18px;
    
    text-align: center;

    margin: auto;

    margin-top: 40px;

    margin-bottom: 40px;
    

}



@media (max-width: 530px) {

    .account-remind {

        width: 98%;

    }

}



.sign-up-remind{

    width: 80%;

    margin: auto;

    margin-top: 30px;

    margin-bottom: 25px;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

}



.authenticate-remind{

    width: 80%;

    margin: auto;

    margin-top: 10px;

    margin-bottom: 25px;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

}



.account-forgot-subtitle {

    width: 100%;

    text-align: center;

    height: 30px;

    line-height: 30px;

    margin-bottom: 40px;

}



.account-forgot-input-field {

    width: 90%;

    margin: auto;

    min-height: 110px;

}