html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	visibility: hidden;
}

.bg_img {
	background: #0000FF;
	overflow: hidden;
	background: url(../desktop/images/bg/bg3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	display: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 1;
}

.bg_img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .7;
	background: inherit;
	filter: blur(3px);
	z-index: 2;
}

.window {
	box-shadow: 0 0 59px #111;
	background: transparent !important
}

.window-shadow {
	height: auto !important;
	background: transparent !important
}

.window .window-body {
	opacity: .93;
	border-radius: 5px;
}

#fmLogin {
	z-index: 100;
	width: 309px;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
}

#fmLogin input {
	font-size: 1em;
	font-weight: 600;
}

.login {
	text-align: left;
	color: #000;
	font-size: 1.3em;
	font-weight: 800;
	margin-bottom: 13px;
}

.lerrortips {
	color: red;
	font-size: 1.1em;
	padding-top: 10px
}

.panel-header,
.panel-body {
	border: none;
}

.login-title {
	line-height: 28px;
	margin-left: 9px
}

.div_active {
	float: right;
	padding: 9px 13px 2px 2px;
}

.div_active a,
.div_active_l a {
	padding-left: 5px;
	color: #FFFFFF;
}

.div_active_l {
	float: left;
	position: absolute;
	float: left;
	left: 1px;
	padding: 2px;
}

.login_top {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.login_bottom {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -99;
}

.login_ver {
	font-size: 0.83em;
	position: absolute;
	color: #f4f4f4;
	right: 6px;
	font-size: 0.93em;
	bottom: 9px;
	text-shadow: 1px 0 8px #040404;
}

.bg_img {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}