body {
    font-family:SimHei;
    background-image:url(../images/login/bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    /*position:relative;*/
}

.form-signin {
    padding:0px 1px;
    /*margin: 100px auto;*/
    border: 0px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.text{
	/* BACKGROUND-REPEAT:no-repeat; */
	/* background: #ffffff; */
	width: 260x;
	height: 36px;
	border:1px solid #e3e3e3;
	border-radius:3px;
	/* margin-left: 20px; */
	color:#c0c0c0;
	font-size: 14px;
	font-family: 'SimHei';
	font-weight:bold;
	/* margin-bottom: 10px; */
	padding-left:45px;
}

.validCode{
	width:150px;
	height:38px;
	border:1px solid #e3e3e3;
	border-radius:2px;
	padding-left:20px;
	font-size:15px;
	font-family:'SimHei'; 
	margin-top:12px;
}

.loginBtn{
	font-family:SimHei;
	cursor:pointer;
	width:104px;
	height:40px;
	background-image:url(../images/login/login_btn.png);
	background-size:104px 40px;
	border-radius:0px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	border:0px solid #ffffff;
}

span.icon.icon-user {
	background: url("../images/login/login_user.png");
	background-repeat: no-repeat;
}

span.icon.icon-password {
	background: url("../images/login/login_psw.png");
	background-repeat: no-repeat;
}

span.icon {
	width: 20px;
	height: 20px;
	/* background-color: black; */
	display: inline;
	position: absolute;
	margin: 12px 10px 10px 10px;
	border-right:1px solid #e2e2e2;
}
