﻿html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../../images/pcshop/login_BGImg.jpg") no-repeat;
}

/*登录框*/
.login {
    padding: 20px;
    width: 500px;
    height: 300px;
    margin-top: 200px;
    background: url("../../images/pcshop/login_formBG.png") no-repeat;
    text-align: center;
}
    .login .title {
        margin-top: 10px;
        font-size: 15pt;
    }
    .login form .form-group {
        margin-top: 24px;
    }
        .login form .form-group label {
            font-size: 11pt;
            padding: 0;
            margin: 0;
            height: 40px;
            line-height: 40px;
        }
        .login form .form-group input {
            height: 40px;
            font-size: 11pt;
        }
    .login form .operate {
        margin-top: 32px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
        .login form .operate button {
            width: 150px;
            height: 40px;
            font-size: 13pt;
            font-weight: bold;
        }
#btn_getVerifyCode {
    margin-left: 12px;
}
/*模态框（注册账号）*/
#dlg_register .modal-dialog {
    width: 800px;
}
#ul_firstArea li a {
    cursor: pointer;
}
#ul_secondArea li a {
    cursor: pointer;
}
#ul_thirdArea li a {
    cursor: pointer;
}
