.center-bg{
	position: absolute;
	left:0px;
	right:0px;
	top:50%;
	height: 500px;
	margin-top:-250px;
	background: url(../images/loginbg1.png) repeat-x;
}
.center-bg-inner2{
	position: absolute;
	top:0px;
	left:0px;
	width:150px;
	height:500px;
	background: url(../images/loginbg2.png) repeat-x;
}
.center-bg-inner1{
	position: absolute;
	top:0px;
	left:150px;
	width:1126px;
	height:500px;
	background: url(../images/loginbg.png) no-repeat;
}
.center-bg-input{
	position: absolute;
	right:200px;
	z-index: 1000;
	top:55px;
	height:390px;
	width:380px;
	background-color:#fff;
	border-radius: 2px;	
}
.input-title{
	position:relative;
	height: 80px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 2.5px;
	margin:0px 30px;
	font-size: 25px;
	color:#0d079f;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.input-row{
	position:relative;
	height:40px;
	line-height: 40px;
	margin:0px 30px;
	border:1px solid #ccc;
	border-radius: 2px;
}
.input-row-left{
	position: absolute;
	left:0px;
	width:40px;
	top:0px;
	height: 40px;
	text-align: center;
	border-right: 1px solid #ccc;
	
}
.input-row-left i{
	font-size: 25px;
	color:#bbb;
}
.input-row-right{
	position: absolute;
	left:41px;
	right:3px;
	top:0px;
	bottom:0px;
	
}
.input-row-right input{
	height: 36px;
	line-height:36px;
	width:100%;
	font-size: 16px;
	text-indent: 2px;
	border:0px;
}
.input-row-right input:focus{
	outline:none;
}
.input-row-verify{
	position:relative;
	height:40px;
	line-height: 40px;
	margin:0px 30px;
	margin-top:15px;
}
.input-row-verify-l{
	position: absolute;
	left:0px;
	top:0px;
	height: 38px;
	width:220px;
	border:1px solid #ccc;
}
.input-row-verify-r{
	position: absolute;
	left:222px;
	top:0px;
	width:100px!important;
	bottom:2px;
	width:200px;
}
.input-row-verify-l input{
	height: 32px;
	line-height:32px;
	width:100%;
	font-size: 16px;
	text-indent: 2px;
	border:0px;
}
.input-row-verify-l input:focus{
	outline:none;
}
.input-row-btn{
	position:relative;
	height:40px;
	line-height: 40px;
	margin:0px 30px;
	margin-top:35px;
	cursor: pointer;
	background-color: #090494;
	border-radius: 2px;
	letter-spacing: 8px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}
.login-logo-wrap{
	position: absolute;
	left:150px;
	top:50%;
	margin-top:-380px;
	height: 100px;
	width:600px;
	
}
.login-logo-wrap .logo{
	position: absolute;
	left:20px;
	top:20px;
	width:60px ;
	height: 60px;
	border-radius: 30px;
}
.login-logo-wrap .title{
	position: absolute;
	left:100px;
	right:0px;
	font-weight: 600;
	letter-spacing: 1.5px;
	top:0px;
	bottom:0px;
	line-height: 100px;
	font-size: 40px;
	color:#333;
}