.quick-logins/************** homepage **********/
.cms-home {
	background:#eee;
}
.notfound {
    padding-bottom: 50px;
    padding-top: 85px;
}
.notfound .img,
.notfound .shadow,
.notfound .txt {
	width:40%;
	float:left;
	height:300px;
	text-align:center;
}
.notfound .shadow {
	width:10%;
}
.notfound .txt {
	width:50%;
}
.notfound .txt .tit {
    color: #5f5f5f;
    font-size: 30px;
    margin-top: 50px;
}
