*{
	padding: 0;
	margin: 0;
}

.bg_img{
	z-index:-100;
	position:absolute;
	left:0;
	top:0;
}
.login_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(4px);
	background-image:url('/img/bg3.jpg');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
	/*background: rgba(0,0,0,0.2);*/

}
.login{
	width: 405px;
	height: 350px;
	/*border: 1px solid #CCCCCC;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
}
.login_title{
	width: 100%;
	height: 50px;
}
.login_title img{
	float: left;
	margin-left: 10px;
}
.login_title span{
	height: 50px;
	display: block;
	line-height: 50px;
	float: left;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}

.username,.userpass{
	width: 100%;
	height: 40px;
	margin-top: 30px;
	border-radius: 25px;
    padding-left: 10px;
    padding-right: 25px;
    font-size: 18px;
    border: none;
    background: rgba(255,255,255,0.5);
}
.username input,.userpass input{
	height: 40px;
	width: 330px;
	margin-left: 5px;
	background: none !important;
	border: none;
	outline:none;
}


/*.username input{*/
/*	background-color: rgba(255,255,255,0) !important;*/
/*}*/
/*.username input:-webkit-autofill{*/
/*	transition: background-color 5s ease-in-out 0s;*/
/*	!*-webkit-text-fill-color: #fff !important;*!*/
/*}*/
/*.username input:-webkit-autofill:focus {*/
/*	!*-webkit-text-fill-color: #333 !important;*!*/

/*}*/
.username img,.userpass img{
	color: #CCCCCC;
	margin-top: -5px;
}
.commit{
	height: auto;
	width: 100%;
	margin-top: 30px;
	// 禁止文字被鼠标选中
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.button{
	width: 100%;
	background: #3FAE29;
}

.login p{
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	color: #555555;
}


.forgot{

	text-align:right;
	margin-right: 20px;
	margin-top: 10px;
	// 禁止文字被鼠标选中
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;

}
.forgot a{

	color: #4792E6;
}
