html,body{
    width:100%;
    height: 100%;
}
body{
    /*background: url("../img/login_bg.png");*/
    position: relative;
}
/*.login{
    height: 100%;
    position: relative;
}
.login .main{
   height: 100%;
   width:100%;
   position: relative;
}
.login .main */
.login_bg{
    background: url("../img/login_bg.jpg") no-repeat;
    width: 1920px;
    height: 960px;
    position: fixed;
    left: 50%;
    margin-left: -960px;
}
.content{
    width: 500px;
    height: 520px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -250px;
    margin-top: -260px;
}
.content .content_border{
    width: 480px;
    height: 500px;
    border: 1px solid rgba(255,255,255,.6);
    margin: 10px auto;
    border-radius: 10px;
}
.hold{
    margin-left:80px;
}
#chkRememberPwd{
    display: none;
}
.checkImg{
    padding-left: 20px;
    background: url(../img/check.png) no-repeat left center;
    background-size: 15px;
}
.toggle{
    padding-left: 20px;
    background: url(../img/checked.png) no-repeat left center;
    background-size: 15px;
}

input{
    width: 255px;
    height: 50px;
    outline:none;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 10px;
    background-color: rgba(255,255,255,.1);
    margin-left: 80px;
    padding-left: 65px;
    color: #fff;
    box-shadow: none;
}

.as .user_img{
    margin: -38px 0 0 98px;
}
.user_img .user_line{
    height: 23px;
    border-left: 1px solid #636363;
    margin-left: 38px;
}
.name{
    margin: 80px 0 50px 0;
}

.name .user_img{
    width: 22px;
    height: 22px;
    background: url("../img/user.png") no-repeat;
}
.pass .user_img{
    width: 18px;
    height: 22px;
    background: url("../img/password.png") no-repeat;
}
.vcode{
    margin: 50px 0 0 0;
}
.vcode input{
    width: 128px;
}
.vcode .get{
    width: 110px;
    height: 50px;
    margin: -41px 0 0 290px;
}
/*.vcode .get a{
    display: block;
    width: 100px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 12px;
}*/
.vcode .get img{
    width: 110px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 12px;
    background-color: #358dcd;
    border-radius: 10px;
    cursor: pointer;
}
.vcode .user_img{
    width: 18px;
    height: 24px;
    background: url("../img/Verification_Code.png") no-repeat;
    background-size:contain;
}
.word{
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 18px;
}
.hold input{
    width: 15px;
    height: 15px;
    cursor:pointer;
    padding-left: 0;
}
.hold span{
    cursor: pointer;
}
.forgot{
    float: right;
    margin-right: 80px;
}
.forgot .why{
    width: 15px;
    height: 15px;
    background: #636363;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    cursor:pointer;
    margin: 2px 4px 0 0;
    line-height: 15px;
}
.forgot a{
    color: #b2b2b2;
}
.logon{
    width: 315px;
    height: 50px;
    background-color: #358dcd;
    border-radius: 10px;
    margin: 60px 0 0 80px;
}
.logon a{
    display: block;
    width: 315px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
#login{
    width: 315px;
    height: 50px;
   border:none;
   line-height: 50px;
   text-align: center;
   background-color: transparent;
   color:white;
   cursor: pointer;
}