﻿html, body, .wrapper
{
    width: 100%;
    font-family: "Microsoft Yahei";
}

body
{
    background: url(/images/login-bg.png) no-repeat; 
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

body a
{
    text-decoration: none;
    cursor: pointer;
}
.none {
    display: none;
}
.content
{
    width: 1080px;
    margin: 135px auto 0 auto;
}
.lg-username, .lg-pwd
{
    width: 200px;
    height: 30px;
}
.log-wrapper
{
   
    height: 430px;
}
.log-content
{
   
    padding: 20px 30px 20px 40px;
    width: 260px;
    height: 250px;
    background-color: #f6f6f6;
    margin:0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #666;
}
.log-content h1
{
    color: #FFF;
}
.log-item
{
    margin-top: 10px;
    width: 255px;
}

.log-item label
{
    width: 44px;
    height: 44px;
    background: #aaabab url(/images/icologin.png) center 10px no-repeat;
    border: none;
    display: block;
    float: left;
}

.log-item input
{
    width: 210px;
    height: 30px;
    padding: 7px 0;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 30px;
    text-indent: .5em;
    float: left;
    color: #333;
    font-weight: bold;
}

.log-item button
{
    width: 255px;
    height: 40px;
    background: #fb7403;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.log-item button:hover
{
    background: #FA8929;
}

.log-pwd label
{
    background-position: center -28px;
}

.footer p
{
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.footer a
{
    color: #fff;
}

.btn-disable
{
    background: #CACCCD !important;
}


.log-content .log-error
{
    width: 247px;
    padding: 3px 5px 3px 0;
    height: auto;
    opacity: 1;
    line-height: 26px;
    background: #FDEEE9;
    border: 1px solid #fadcd3;
    color: #4d4d4d;
    font: 12px/1.5 tahoma, arial, "Hiragino Sans GB", 宋体
}

.log-content .log-error span {
    padding-left: 10px;
    line-height: 20px;
}
