*{
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.loginModal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    z-index: 9999;
    font-size: 14px;
}
.loginModal>.loginModal_backdrop{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: black;
}
.loginModal>.loginModal_dialog{
    #width: 880px;
    #height: 590px;
    width: 812px;
    height: 590px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -295px;
    margin-left: -430px;
}
.loginModal>.loginModal_dialog>.loginModal_content{
    background-color: white;

    height: 100%;
}
.loginModal>.loginModal_dialog>.loginModal_content>.zjfaeDetails{
    background: url("../images/zjfaeDetails.png?v=3") no-repeat;
    background-size: auto 100%;
    height: 100%;
    float: left;
    #width: 430px;
    width: 400px;
}
.loginModal>.loginModal_dialog>.loginModal_content>.loginModal_body{
    #width: 425px;
    float: left;
    width: 412px;
    padding: 0 40px 0 15px;
}
.loginModal>.loginModal_dialog>.loginModal_content>.loginModal_body>.content_body>.profile>h4{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin:15px 0 10px;
}
.loginModal>.loginModal_dialog>.loginModal_content>.loginModal_body>.content_body>.profile>p{
    text-indent: 2em;
    line-height: 1.8;
    margin-bottom: 0;
}
.loginArea>.loginTitle{
    text-align: center;
    #border-bottom: 1px solid #b5b5b5;
    text-align: center;
    border-bottom: 2px solid #90827b;
}
.loginArea{
    margin: 25px 25px 0;
}
.loginArea>.loginTitle>h3{
    margin: 0 auto;
    width: 130px;
    background-color: white;
    font-size: 24px;
    color: #90827b
}
.loginArea>.loginTitle{
    height: 15px;
}
.loginArea>.loginBody{
    width: 250px;
    margin: 35px auto 0 auto;
}
.loginArea>.loginBody>div{
    margin: 13px 0 0;
    zoom: 1;
    position: relative;
}
.loginArea>.loginBody>div>.accountLogo{
    background: url("../images/accountLogo.png") no-repeat;
    height: 19px;
    width: 25px;
    border-right: 1.5px solid #cacaca;
    position: absolute;
    top: 9px;
    left: 10px;
}
.loginArea>.loginBody>div>.psdLogo{
    background: url("../images/psdLogo.png") no-repeat;
    height: 19px;
    width: 25px;
    border-right: 1.5px solid #cacaca;
    position: absolute;
    top: 9px;
    left: 10px;
}
.loginArea>.loginBody>div:before,.loginArea>.loginBody>div:after{
    content: "";
    display: block;
    clear: both;
}
.loginArea>.loginBody>div a{
    color: #bb051d;
}
.lgoin_modal_register{
    float: left;
    font-size: 13px;
}
.lgoin_modal_forgetPsd{
    float: right;
    font-size: 13px;
}
.loginArea>.loginBody>div>input,.loginArea>.loginBody>div>button{
    width: 100%;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #999;
    outline: none;
    font-size: 13px;

}
.loginArea>.loginBody>div>input{
    padding: 8px 12px 8px 40px;
}
.loginArea>.loginBody>div>.err-hint{
    color:#8a6d3b;
    font-size: 13px;
}
.loginArea>.loginBody>div>.validation{
    width: 45%;
    padding: 8px 12px;
}
.loginArea>.loginBody>div>.validation-img{
    width: 30%;
    vertical-align: top;
    height: 35px;
    margin: 0 5px ;
}
.loginArea>.loginBody>div>.trade-validation{
    color: #337ab7;
}
.loginArea>.loginBody>div>.err-hint:before{
    content: "!";
    display: inline-block;
    font-size: 8px;
    padding: 0px 6px;
    color: white;
    background-color: #bb051d;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 600;
}
.loginArea>.loginBody>div>input::-webkit-input-placeholder {
    color: #afafaf;
}
.loginArea>.loginBody>div>input:-moz-placeholder{
    color: #afafaf;
}
.loginArea>.loginBody>div>input::-moz-placeholder{
    color: #afafaf;
}
.loginArea>.loginBody>div>input:-ms-input-placeholder {
    color: #afafaf;
}

.loginArea>.loginBody>div>button{
    background-color: #bb051d;
    border-color: #bb051d;
    color: white;
}
.loginArea>.loginBody>div>input:focus,.loginArea>.loginBody>div>input:active{
    border:1px solid #66afe9 ;
    border-radius: 5px;
    outline: none;
    box-shadow: 0 0 6px #66afe9;
}
.loginArea>.loginBody>div>button:hover,.loginArea>.loginBody>div>button:focus,.loginArea>.loginBody>div>button:active{
    background-color: #7f0314;
    border-color: #7f0314;
    color: white;
    outline: none;
}






.mt0{
    margin-top: 0;
}
.mt5{
    margin-top: 5px;
}