#container {
	width: 100%;
}

.head {
	padding-left: 200px;
}

.logo img {
	vertical-align: middle;
	margin-top: 25px;
	display: block;
	width: 70px;
}

.title {
	height: 120px;
	padding-top: 20px;
	padding-left: 20px;
	color: #25D7B7;
}

.title h3 {
	font-size: 40px;
}
.title p {
	font-size: 13px;
}

.main{
	width: 100%;
	height: 800px;
	background-image: url(/greenhouse/images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.main_title {
	top: 271px;
	left: 15%;
	display: inline-block;
}

.main_title h3 {
	font-size: 48px;
}
.main_title p{
	font-size: 16px;
}
.Login {
	left: 50%;
	top: 160px;
	display: inline-block;
	width: 320px;
	height: 400px;
	background: #fff;
	padding-left: 30px;
}

.Login h3 {
	color: #000;
	height: 80px;
	line-height: 80px;
}

.Login input {
	padding-left: 35px;
	font-size: 20px;
	height: 32px;
	width: 260px;
	margin-top: 30px;
	outline: none;
}

.Login input:nth-of-type(1) {
	background: url(/greenhouse/images/用户名_1.png)no-repeat -1px -4px;
}

.Login input:nth-of-type(2) {
	background: url(/greenhouse/images/密码_7.png)no-repeat -1px -4px;
}

#sb {
	margin-top: 50px;
	padding-left: 0;
	width: 100%;
	margin-left: -15px;
	color: #fff;
	font-size: 20px;
	background: #25D7B7;
	cursor: pointer;
	border-radius: 5px;
	border: 0;
}