body {
    width: 100%;
    min-width: 1280px;
    background: url('../CloudSale/login_bg.png');
    background-color: #4A85E1;
}
.login_content{
	width: 804px;
	height: 354px;
	left: 50%;
	top: 50%;
	margin: -177px 0 0 -402px;
	background-color: #fff;
	-moz-box-shadow:2px 2px 8px #002862;
    -webkit-box-shadow:2px 2px 8px #002862;
    box-shadow:2px 2px 8px #002862;
}
.login_con_in{
	height: 274px;
	width: 100%;
	margin-top:40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select:none;
}
.login_con_l{
	width: 264px;
	height: 166px;
	border-right:1px solid #CCDCF5;
	padding: 54px 45px;
}
.login_logo{
	width: 264px;
	height: 92px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select:none;
}
.manager_name{
	width: 262px;
	height: 60px;
	padding-top:13px;
	border: 1px solid #C9DEF1;
	background-color: #EEF5FF;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select:none;
}
.manager_name h2{
	font-size: 20px;
	color: #4D7DC5;
	font-weight: normal;
}
.manager_name ul{
	padding-top: 6px;
}
.manager_name ul li:first-child,.manager_name ul li:last-child{
	width: 65px;
	height: 10px;
	border-bottom: 1px solid #C9DEF1;
}
.manager_name ul li:nth-child(2){
	width: 132px;
	font-size: 12px;
	color: #84A4D3;
}
.login_con_r{
	height: 274px;
	width: 359px;
	padding: 30px 44px;
}
.login_con_r h2{
	font-size: 22px;
	color: #1B73CC;
	font-weight: normal;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select:none;
}
.login_con_r h2 span{
	margin-left: 10px;
	color: #CCCCCC;
}
.login_con_r ul{
	padding-top: 16px;
}
.input_item{
	width: 357px;
	height: 40px;
	background-color: #EEF5FF;
	border: 1px solid #C9DBF3;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select:none;
}
.input_item span{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	width: 45px;
	text-align: right;
	color: #4D7DC7;
	background: url(/Content/login/user_name.png) no-repeat 9px center;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select:none;
}
.input_items span{
	background-image: url(/Content/login/password.png);
	background-position: 10px center;
}
.input_item input{
	height: 40px;
	width: 248px;
	line-height: 40px;
	padding-left: 10px;
	background-color: #EEF5FF;
}
.input_item span em{
	display: inline-block;
	width: 14px;
}
.error_mess{
	padding-left: 2px;
	height: 18px;
	line-height: 18px;
	font-size:12px;
	color: #e12937;
}
.veri_code{
	height: 42px;
}
.veri_code div{
	height: 40px;
	background-color: #EEF5FF;
	border: 1px solid #C9DBF3;
}
.veri_code div:first-child{
	width: 224px;
	line-height: 40px;
}
.veri_code div:first-child span{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	width: 45px;
	text-align: right;
	color: #4D7DC7;
	background: url(../images/code.png) no-repeat 9px center; 
}
.veri_code div:first-child input{
	width: 120px;
	height: 39px;
	padding-left: 10px;
	background-color:#EEF5FF;
}
.veri_code div:last-child{
	width: 120px;
}
.input_btn{
	height: 46px;
}
.input_btn input{
	border-radius: 3px;
	height: 46px;
	font-size: 18px;
	color: #fff;
	background-color: #4D7DC5;
	width: 170px;
	cursor: pointer;
}
.input_btn input:last-child{
	height: 44px;
	width: 168px;
	background-color: #ECECEC;
	border: 1px solid #DDDDDD;
	color: #787878;
	margin-left: 16px;
}