.body{
	width: 100%;
	height: 100%;
	position: relative;
}
.wenlogob{
	width: 100%;
	height: 60px;
	padding: 8px 20px 5px;
}
.wenlogo{
	height: 100%;
	width: auto;
}
.bg{
	width: 100%;
	height: auto;
}
.wendesc{
	text-align: center;
	padding-top: 15px;
}
.loginhtml{
	position: absolute;
	top: 265px;
	right: 265px;
	width: 450px;
	padding: 30px 75px 40px;
	background: #FFFFFF;
}
.title{
	text-align: center;
}
.f22{
	font-size: 22px;
}
.mag{
	margin: 8px 0;
}
.btn{
	width: 100%;
	margin-top: 15px;
}

@media (max-width: 767px) {
	.loginhtml{
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 100%;
		padding: 30px;
	}
}