html {
    height: 100%;
}
* {
    font-family:"Î¢ÈíÑÅºÚ"
}
a {
    text-decoration: none;
    cursor: pointer;
    font-size: 11pt;
    color: #666666;
}

.login-top a:hover {
    text-decoration: none;
    color: #0099cc;
}

.Loginbody {
    background: url(/Content/Web/images/login/bg2.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.login-content-left {
    background: url(/Content/Web/images/login/yunwei_chatu.png) no-repeat;
    background-size: 100% 100%;
    width: 570px;
    height: 420px;
    float: left;
    margin: 18px 0 0 18px;
}
.login-content-bg {
    background-size: 100% 100%;
    width: 100%;
    height: 385px;
    margin: 0;
    padding: 0;
}


.login-content-right {
    float: left;
    width: 386px;
    height: 352px;
    margin-top: 18px;
    margin-left:90px;
}

.login-title-sign {
    color: #dae0ed;
    font-size: 26px;
    text-align: center;
    margin-top: 25px;
    margin-bottom:40px;
}

.content-item {
    width: 315px;
    height: 43px;
    border: #8da0be 1px solid;
    border-radius: 3px;
    margin: auto;
    margin-top: 15px;
    background-color:#27426f;
}

.content-item-icon img {
    margin-left: 12px;
    margin-top: 12px;
}

.content-item input {
    float: right;
    width: 250px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    border: none;
    border-left: 1px solid #8da0be;
    margin-top: 5px;
    margin-right: 7px;
    font-size: 14px;
    background:none;
    color: #acbde7; 
}
.content-item input::-webkit-input-placeholder {
        /* placeholderÑÕÉ«  */
         color: #acbde7; 
         font-size: 14px;
     }
#btlogin {
    margin-top: 20px;
    background-color: #101f41;
    color: #b8c9f4;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    cursor: pointer;
    border:2px solid #4868b2;
}

.login-bottom {
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    bottom: 0;
    line-height: 46px;
    border-top: solid 1px #4662a4;
}

input::-ms-clear {
    display: none;
}
.login-top-content {
    text-align: center;
    color: #dadee8;
    font-size: 42px;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 90px;
    border-bottom: solid 1px #4662a4;
    position: absolute;
    top: 0px;
    width: 100%;
}
.GJlogin-top-content {
    text-align: center;
    color: #dadee8;
    font-size: 58px;
    line-height: 240px;
    position: absolute;
    top: 0px;
    width: 100%;
    font-weight:700;
}
.yanzhengCode {
    display:inline-block;
    margin-top:19px;
    margin-left:8px;
}