.main-wrapper{
	background-image:url(../img/welcome1600.png);
	min-height:551px;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	background-color: #2e46c1;
	
}
.logo {
    width: 208px;
    height: 72px;
    margin-bottom: 0px;
}
.search-content{
	margin-top:24px;
}
.login-con{
	float:right;
	margin-right:177px;
	margin-top:89px;
	background: white;
}
.login-title{
	color:#007EDD;
	font-size:18px;
	padding-left:21px;
	border-bottom: 1px solid #f4f4f4;
	line-height: 55px;
	margin-bottom: 45px;
}
.login-con .input{
	padding-left: 46px;
	line-height:38px;
	height:38px;
	display: block;
	margin: 20px;
	/* margin-right: 20px; */
	width: 306px;
	border: 1px solid #BDBDBD;
}
.checkbox{
	margin-left:20px;
}
.do-login-btn{
	background-color:#007EDD;
	color:white;
	width:306px;
	line-height: 35px;
	margin-left: 20px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 31px;
}
.bot-con{
	background-color:#FCFCFC;
	color:#666666;
	line-height: 50px;
	font-size: 12px;
}
.lt{
	padding-left: 67px;
	padding-right: 55px;
	border-right:1px solid #ddd;
	cursor: pointer;
}
.btr{
	padding-left: 49px;
	cursor: pointer;
}
.login-pwd{
	background: url(../img/login-pwd.png) left no-repeat;
}
.login-user{
	background: url(../img/login-user.png) left no-repeat;
}