*{margin: 0;padding: 0;}
body{
	background-image: url("../img/bg-new.png");
}
a,a:hover,a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}
html,body{
	height: 100%;
}
.wrapper{
	width: 100%;
	min-height: 100%;
	padding-bottom: 140px;
}
.navbar{
	padding-top: 20px;
}
.nav-border{
	width: 100%;
	height: 4px;
	background: -webkit-linear-gradient(#e0dfdf, #ffffff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#e0dfdf, #ffffff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#e0dfdf, #ffffff); /* Firefox 3.6 - 15 */
	background: linear-gradient(#e0dfdf, #ffffff); /* 标准的语法 */
}
.fpx-logo{
	width: 158px;
	height: auto;
}
.fpx-name{
	margin-top: 24px;
	line-height: 28px;;
	padding-left: 26px;
	font-size: 24px;
	color: #666666;
}
.login{
	margin-top: 33px;
	color: #959595;
}
.copyright{
	color: #fff;
	opacity: 0.7;
	margin-top: 49px;
	margin-bottom: 65px;
}
.footer {
	bottom: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	opacity: 0.7;
	text-align: center;
	background-color: transparent;
}
/*提交按钮的样式*/
.button {
	width: 100%;
	padding: 12px;
	background-color: #008cd6;
	border: none;
	border-radius: 0;
	margin: 14px 0;
	color: #fff;
}
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button:active:hover {
	background-color: #337ab7;
    box-shadow: none;
    outline: none;
}
@media (max-width: 768px){
	html,body{
		width: 100%;
	}
	.wrapper{
		padding-bottom: 82px;
	}
	.navbar{
		margin-bottom: 10px;
	}
	.fpx-brand{
		overflow: hidden;
	}
	.fpx-logo {
		float: left;
	    width: 78px;
		height: auto;
	}
	.fpx-name{
		float: left;
		margin-top: .4em;
		line-height: 1.4em;
	    padding-left: .4em;
	    font-size: 1.2em;
	}
	.login{
		float: right;
		margin-top: .9em;
		font-size: .91em;
	}
	.nav-border{
		height: 3px;
	}
	.footer{
		width: 100%;
		padding: 1.4em 0 1.8em;
		margin-top: -82px;
		font-size: .8em;
		line-height: 1.6em;
	}
}

/* new header css */
.logo-view {
	position: absolute;
	left: 125px;
	top: 40px;
	width: 393px;
	height: 50px;
}

.go-login-view {
	position: absolute;
	right: 126px;
	top: 54px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.login-a {
	color: #fff;
	text-decoration: underline;
}

.login-a:hover {
	color: #cdccc1;
	text-decoration: underline;
}