body {
	text-align: center;
	height: 100%;
}

.bgImg {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.logo {
	width: 800px;
}

.bidTitle {
	color: #e6e6e6;
	font-size: 34px;
	font-weight: 600;
}

.logCon {
	color: #FFFFFF;
	margin-top: 40px;
}

.line {}

body .content {
	width: 30%;
	position: fixed;
	/*background: #0f1a1494;*/
	/*background: #717873;*/
	background: #898f8b;
	left: 35%;
	padding: 2% 1%;
	margin-top: 5%;
	border-radius: 5px;
}

body .logingBut {
	/*background: #2d8c5fa6;*/
	background: #448565;
	border: none;
	padding: 12px 0px;
	color: #edefee;
	border-radius: 2px;
	width: 330px;
	margin-left: 30px;
	margin-top: 5px;
}

body .bt_input {
	border-radius: 2px;
	border: none;
	padding: 11px 5px;
	width: 330px;
	margin-right: 20px;
	color: #333;
	margin-left: 5px;
	margin-bottom: 18px;
	/*background: #ffffffd9;*/
	background: #EAEBEA;
}

body .logCon span {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

