.NEWBPEDU {
	width: 100%;
	height: 100%;
}
.NEWBPEDU .logo{
	top: 40px;
	left: 60px;
	z-index: 5;
}
.NEWBPEDU .logo .img {
	width: 328px;
	height: 105px;
	background: url("./imgs/logo.png") no-repeat;
}
.NEWBPEDU .logo .img img,
.NEWBPEDU .out-wrap-enword .logo img {
	display: none;
}
.NEWBPEDU .bg {
	width: 100%;
	min-width: 1920px;
	height: 100%;
	background: #0b0e24;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.NEWBPEDU .bg:after {
	content: "";
	background: url("./imgs/login-bg.jpg") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 1065px;
	width: 1920px;
	background-size: cover;
}

.NEWBPEDU .u-header .logo a {
	width: 160px;
	height: 47px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.NEWBPEDU .u-header .logo {
	top: 4px;
	left: 40px;
}
.NEWBPEDU .footer {
	height: auto;
	padding: 30px 0;
	background: transparent;
}
.NEWBPEDU .footer .download,
.NEWBPEDU .footer .other-info {
	display: none;
}
.NEWBPEDU .footer .copyright,
.NEWBPEDU .footer .copyright b,
.NEWBPEDU .footer .copyright a,
.NEWBPEDU .footer .copyright a:hover {
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
}

.NEWBPEDU .wrapper {
	padding-top: 0;
	width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: 100vh;
}
.NEWBPEDU .wrapper:before {
	content: "";
	clear: both;
	display: block;
	background: url("./imgs/person.png") center center no-repeat;
	background-size: contain;
	width: 800px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.NEWBPEDU .wrapper .form {
	clear: both;
	position: relative;
	z-index: 2;
	margin-right: 0;
	margin-top: calc(50vh - 180px);
}
/* backend */
.NEWBPEDU .u-header .logo {
	padding-top: 0;
}
.NEWBPEDU .u-header .logo a {
	width: 152px;
	height: 50;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.NEWBPEDU .u-header .options-wrap .options-item:first-child {
	display: none;
}
.NEWBPEDU .out-wrap-enword .logo {
	width: 152px;
	height: 50px;
	background: url(./imgs/logo-white.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	top: 30px;
	left: 50px;
}
