.login-bg{
	width: 100%;
	height: 100%;
	background-image: url(../img/login-bg.png);
	background-size: 100% 100%;
	overflow: hidden;
}
.login-box{
	width: 1000px;
	margin: 0 auto;
}
.left-box{
	width: 580px;
	height:520px;
	float: left;
	background: url(../img/left-login-bg.png) no-repeat;
	background-size: 100% 100%;
}
.project-img{
	width: 62px;
	height: 62px;
	display: block;
	margin: 38px 0 15px 48px;
}
.project-title{
	font-size: 28px;
	color: white;
	margin-left: 48px;
}
.project-title>span{
	color: #2CD0F3;
}
.right-box{
	width: 420px;
	height:520px;
	background: white;
	float: right;
	position: relative;
	padding-left: 70px;
}

.code-img{
	width: 53px;
	height: 53px;
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
}
.code-msg{
	width: 130px;
	height: 30px;
	background:url(../img/code-msg-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:18px;
	right:62px;
	line-height: 30px;
	font-size: 12px;
	color: #D56C4A;
	padding-left: 30px;
}
.login-title{
	color: #333333;
	font-size: 24px;
	margin-top: 100px;
}
.input-box{
	width: 280px;
	height: 46px;
	border-bottom: 1px solid #BFBFBF;
}
.input-box>img{
	width: 24px;
	height: 24px;
	float:left;
	margin-top: 11px;
}
.input-box>input{
	width: 252px;
	float:left;
	height:44px;
	line-height: 46px;
	padding-left: 25px;
	border: none;
	outline:0px;
}
.loginBtn{
	width: 280px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: white;
	font-size: 16px;
	background:rgba(68,120,214,1);
	border-radius:23px;
	border: none;
	margin-top: 35px;
}
.RememberPWDBox{
	margin-top: 25px;
}
.RememberPWDBox>input{
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
}
.RememberPWDBox>span{
	font-size:14px;
	color:rgba(77,77,77,1);
	line-height:20px;
	float: left;
	display: inline-block;
	margin-left: 8px;
}
.userpwd-img{
	width: 53px;
	height: 53px;
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
}
.userpwd-msg{
	width: 130px;
	height: 30px;
	background:url(../img/userpwd-msg-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:18px;
	right:62px;
	line-height: 30px;
	font-size: 12px;
	color: #D56C4A;
	padding-left: 30px;
}
.code>img{
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	margin-top: 130px;
	margin-left: 45px;
}
.bottomCode-Msg{
	margin: 30px 0 0 60px;
}
.bottomCode-Msg>img{
	width:30px;
	height: 30px;
	float: left;
	margin-top: 3px;
}
.bottomCode-Msg p{
	color: #9C9C9C;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}
.bottomCode-Msg span{
	color: #E57847;
}
