.loginBody{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover!important;
    min-width: 1200px;
}
.loginBody .container{
    width: 1200px;
    margin: 0 auto;
    height: 515px;
    background: url("../img/bg2.jpg") no-repeat center center;
    background-size: cover!important;
    margin-top: 150px;
    -webkit-box-shadow: 0 0 10px #eaeaea ;
    -moz-box-shadow: 0 0 10px #eaeaea;
    box-shadow: 0 0 10px #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 60px;
    padding-bottom: 0;
    margin-bottom: 120px;
}
.loginBody .logo{
    float: left;
}
.loginBody .logo a{
    display: inline-block;
    vertical-align: middle;
}
.loginBody .logo .name{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #393a3b;

}
.loginBody .logo .img{
    width: 52px;
    height: 52px;
}
.loginBody .login_box{
    float: right;
    width: 340px;
}
.login_box .title{
    line-height: 70px;
    font-size: 24px;
    color: #232526;
    border-bottom: 1px solid #e6e9ed;
    margin-bottom: 20px;
}

.error_icon.icon{
    width: 12px;
    height: 12px;
    background-position: -169px bottom;
}
.login_box .error{
    color: #fc5d69;
    border: 1px solid #fc5d69;
    background-color: #fff7f8;
    padding: 8px 12px;
    font-size: 12px;
    margin-bottom: 20px;
}
.login_box .ipt_groups{
    position: relative;
    margin-bottom: 20px;

}
.login_box .ipt_groups input{
    width: 100%;
    padding-left: 55px;
    height: 48px;
    line-height: 48px;
}
.login_box .ipt_groups .img{
    position: absolute;
    line-height: 30px;
    padding: 0 15px;
    left: 0;
    top: 9px;
    border-right: 1px solid #e6e9ed;
}
.login_box .ipt_groups input:focus + .img .icon{
    background-position-y:bottom ;
}
.icon.name_icon{
    width: 16px;
    height: 16px;
    background-position: -202px 0;
}
.icon.password_icon{
    width: 14px;
    height: 16px;
    background-position: -219px 0;
}
.login_box .btn{
    line-height: 48px;
    display:inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    border:none;
    font-size: 18px;
    outline: none;
    margin-top: 40px;
    cursor: pointer;
    background-color:#4570fd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.login_box  .tip{
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
}
.login_box  .tip .txt{
    display: inline-block;
    width: 320px;
    vertical-align: top;
}
.icon.tip_icon{
    width: 14px;
    height: 14px;
    background-position: -168px 0;
}
.copyRight{
    color: #93acfe;
    font-size: 12px;
    text-align: center;
}
.copyRight .txt{
    color: #d4deff;
}
.logo img{
    width: 100px;
    height: 100px;
}