﻿.loginLoading {
    width: 190px;
    height: 46px;
    display: inline-block;
    color: #fff;
    line-height: 46px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 23px;
    background-color: #7643b9;
    cursor: pointer;
    border: none;
    margin-left: 873px;
    margin-top: 63px;
}

.login-bg {
    display:none;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-box {
    display:none;
    position: fixed;
    left: 40.5%;
    top: 26%;
    border-radius: 5px;
}

.login-button {
    width: 200px;
    height: 38px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #7643b9;
    cursor: pointer;
    border: none;
}

 .use_label,.word_label {
            display:none;
            background: #fef3e7 url(/Content/images/ts-icon.png) no-repeat 30px;
            padding: 7px 10px 5px 55px;
            line-height: 20px;
            white-space: nowrap;
            margin-top:15px;
            font-size: 12px;
            color:#f89519;
            text-align:left;
        }
        #content {
            background-image:url("../../images/homeBanner/banner3.jpg");
            background-size: cover;
        }

       .form-control {
            padding-left:20px!important;
        }

        .registerCon .registerLeft {
            padding-left:37px;
            width:375px;
        }
        #cancel-login-box {
        margin-top:20px;margin-left:300px;cursor:pointer;
        
        }
        #content .mask{
            height:721px;background-color: rgba(255,255,255,0)
        }
            #content .mask .loginText {
            width:1200px; margin:0 auto;padding-top:230px; text-align:center;margin-bottom:70px;
            }
                #content .mask  .registerCon {
                    width:100%;text-align:center;
                }