/**
 * 登录页面css文件
 */
#body-background {
    background: url(/img/login.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 650px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/home/login_background.png',
            sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/home/login_background.png',
            sizingMethod='scale');
}

#login-content {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    min-height: 650px;
    position: relative;
}

#login-header {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #6382ff;
    padding: 40px 0 20px 0;
    overflow: hidden;
}

#login-header img {
    height: 40px;
    float: left;
}

#login-header i {
    display: block;
    float: left;
    width: 0;
    height: 26px;
    border-left: 1px solid rgb(20, 33, 42);
    margin: 7px 12px;
}

#login-header span {
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 24px;
}

#login-header h1 {
    color: #fff;
    float: right;
    line-height: 56px;
    font-size: 11px;
}

#login-center {
    width: 350px;
    margin: 80px auto;
}

#login-center img {
    width: 100px;
    height: 100px;
}

#login-center h1 {
    line-height: 60px;
    font-size: 16px;
    color: #919FA9;
}

#login-center input {
    width: 240px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    color: #666;
}

/*#login-center input[type=password] {
    margin-top: 16px;
}*/

#login-center label {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#login-center h2 {
    height: 15px;
    padding: 15px;
    line-height: 17px;
    font-size: 12px;
    text-align: left;
    color: #919FA9;
}

#login-center h2 i {
    float: left;
    margin-right: 5px;
}

#login-btn {
    display: inline-block;
    width: 270px;
    line-height: 40px;
    color: #FFF;
    background: #eed72d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

#login-bottom {
    border-top: 1px solid rgb(34, 52, 65);
    padding-top: 20px;
    font-size: 12px;
    color: #919FA9;
    line-height: 40px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}










