﻿/************************
 * 描述：登录页面
 * 作者：sank
 * 时间：2016-10-19
************************/
body,#footer{padding:0;margin:0;}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;  
} 
#logao{
    background: url(/Img/pc/logo1.jpg) no-repeat 0 0;
    background-size: cover;
}
#content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 640px;
}
.logo {
    width: 100%;
    height: 124px;
    line-height:124px;
    margin-left: 25%;
}
.logo a {
    width: 436px;
    height: 49px;
    display: block;
    position: relative;
    z-index: 100000;
}
.login_bg {
    width: 500px;
    margin: 0 auto;
    height:330px;
    /*background: #fff;*/
     background:#54585d;
    border-radius:6px;
    opacity:0.8;
    margin-top:10%;
}
.login_bg a{
	text-decoration:none;
}
#LoginForm {
    width: 400px;
    position: relative;
    top:-15px;
    left: 12%;
}
.usernameDiv, .passwordDiv {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    /*border-bottom: #e9ecee 1px solid;*/
}
.usernameDiv input,.passwordDiv input{
	border:none;
	text-indent:10px;
	width: 90%;
	padding: 10px 0;
    margin-left:9px;
    outline-color: #00bf04;
    text-indent: 35px;
	}
.error{
    text-indent:20px;
    height:20px;
    line-height:20px;

}
.lang-btn-content{
    background:#00bf04;
    border:none;
    width:360px;
    height:43px;
    line-height:43px;
    border-radius:6px;
    color:#fff;
    font-size:18px;
    margin-top:35px;
    margin-left:8px;
    text-align:center;
    font-weight: 700;
}
#footer {
    font-size: 16px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    z-index: 99;
    text-align: center;
    color: #c0c3c7;
    position: fixed;
    bottom: 20px;
}


.alert {
    float: left;
    width: 64%;
    border: none;
    margin-bottom: 0;
    margin-left: 11.5%;
    padding: 0px;
    line-height: 12px;
    margin-top: 8px;
    font-size: 12px;
}

 .alert-warning {
    color: #f00;
     background: transparent;
}
 .alert-error{
    color: #b94a48;
    background-color: #f2dede;
    width: 100%;
    margin: 18px auto 5px;
    line-height: 33px;
    padding: 0 10px;
    border-radius: 0;
}
.pos img {
    width:25px;
    height:25px;
}
.login_bg_title { color:#fff;text-align: center;font-size: 28px;padding-top: 30px;padding-bottom: 20px;
}
.pos {
    position: absolute;
    left: 13px;
   
}
.pos1 {  top:7px;

}
.pos2 {
    top:77px;
}
   
