/*login样式*/

.app-header {
	margin-top: 8px;
	margin-bottom: 0px;
	float: left;
	width: 40px;
	height: 45px;
}

.app-login {
	height: 200px;
	background: #6CCAC9;
	text-align: center;
	margin-bottom: 45px;
}

.app-login img {
	margin-top: 45px;
	width: 130px;
}

.app-label-acc {
	content: url(../../images/login/account.png);
}

.app-label-pas {
	content: url(../../images/login/password.png);
}

.app-link-area {
	display: block;
	text-align: right;
	font-size: 15px;
}

.app-link-area a {
	color: #A9A9A9;
}

.app-login-bottom {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 5px;
}

.app-login-bottom img {
	width: 120px;
}