html,
body{
    height:100%;
    margin:0;
    padding:0;
}

body{
    background:#0548a6 url(../img/login_bg.png) repeat-x left top;
    font:normal 12px "Lucida Sans", Helvetica, sans-serif;
    color:#000;
    line-height:20px;
}

#container{
    min-height:100%;
    height:auto !important;
    height:100%;
}

.login{
    background:url(../img/login_bg2.png) no-repeat center top;
    margin:0 auto 0 auto;
    padding:30px 0 0 0;
    width:580px;
    padding-bottom:144px;
}
.login .logo{
    padding:17px 0 35px 15px;
    width:436px;
    margin:0 auto;
}
.login .logo img{
    margin:5px 0 0 15px;
}
.login .login_box{
    border:2px solid #5486bf;
    width:389px;
    height:224px;
    -webkit-border-radius:15px;
    border-radius:15px;
    padding:0 32px 0 33px;
    margin:28px auto 0 auto;
}
.login ul.user{
    margin:26px auto 0 auto;
    width:386px;
    height:150px;
}
.login ul.user li.left{
    width:90px;
    clear:both;
    float:left;
    padding:0 10px 15px 0;
    text-align:right;
    font-weight:bold;
}
.login ul.user li{
    float:left;
    padding:0 0 15px 0;
}
* + html .login ul.user li.left{
    display:inline-block;
}
* + html .login ul.user li{
    float:none;
    display:inline-block;
}
.login .input1{
    width:386px;
    padding:0 5px;
    color:#919191;
    font-size:14px;
    height:36px;
    line-height:36px;
    background:url(../img/login_input_bg.png) no-repeat left top;
    border:none;
}
.login select{
    width:386px;
}
.login p.btn{
    clear:both;
    text-align:center;
    margin:0 auto;
    width:390px;
}
.login .loss{
    float:left;
}
.login .loss a{
    color:#fff;
    font-style:italic;
    padding:0 5px;
    font-size:12px;
    line-height:30px;
}

#login_relase_version{
    display: inline-block;
    vertical-align: top;
    margin-top: 41px;
}

.login .loss a:hover{
    color:#e3edf8;
}
a.btn1
{
    color:#fff;
    background:url(../img/login_btn.png) no-repeat left top;
    width:85px;
    height:35px;
    text-align:center;
    line-height:32px;
    font-size:13px;
    margin:0;
    display:block;
    font-weight:bold;
    padding:0 20px 0 0;
    text-decoration:none;
    float:right;
}
a.btn1:hover
{
    background-position:0 -35px;
}
footer{
    width:100%;
    background:#5b5b5b url(../img/login_bg3.png) repeat-x left top;
    position:relative;
    margin-top:-144px;
    height:144px;
    clear:both;

}
.message
{
    font-size:16px;
    text-align:center;
    color:#FFEEEE;
}
#versionApp
{
    float:right;
    color:#fff;
}

.btn2{
    background:url("../img/btn2.png") no-repeat scroll left top transparent;
    border:0 none;
    color:#000000;
    display:block;
    float:left;
    height:21px;
    line-height:21px;
    margin:0 5px 0 0;
    text-align:center;
    text-decoration:none;
    width:60px;
}

.please
{
    margin: -5px 0 0 20px;
    color: #0548a6;
}
