
* {
	padding: 0;
	margin: 0
}
 
a {
	text-decoration: none;
}
 
li {
	list-style: none;
}
 
body {
	background: skyblue;
}
 
.bgDiv {
	width: 547px;
	height: 403px;
	/*background:#3a5eff;*/
	/*border-top:1px solid rgba(0,0,0,0);*/
	overflow: hidden;
}
 
.login {
	width: 422px;
	height: 339px;
	background: #fff;
	margin-top: 34px;
	margin-left: 50px;
	/*float:left;*/
	position: absolute;
	top: -300px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
 
.logoImg {
	width: 141px;
	height: 37px;
	margin-top: 32px;
	margin-left: 140px;
	margin-bottom: 8px;
}
 
.username,
.pwd,
.forgetPwd {
	width: 366px;
	height: 60px;
	border-bottom: 1px solid #efefef;
	margin: 0 28px;
	/*line-height:60px;*/
}
 
.userImg,
.pwdImg {
	margin-top: 18px;
	float: left;
}
 
.userInp,
.pwdInp {
	width: 320px;
	height: 25px;
	margin-top: 18px;
	border: none;
	outline: none;
	margin-left: 20px;
}
 
.forgetPwd {
	border: none;
	line-height: 58px;
	/* color: #3e82bf; */
	font-size: 16px;
}
 
.forgetLink {
	/*margin-top:-2px;*/
	padding-left: 5px;
}
 
.btn {
	width: 364px;
	height: 40px;
	background: #4892ff;
	border: 1px solid #326dcc;
	color: #fff;
	font-size: 16px;
	margin-left: 30px;
}

.button{ 
	position:fixed; 
	left:0px; 
	bottom:40px; 
	width:100%;
	height: 50px; 
	background-color: #4cedef; 
	z-index:999;
}
