body {
	background: #f5f5f5;
	font-family: "微软雅黑", Arial, sans-serif, "宋体";
	padding: 0;
}

.login-wraper {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -120px;
	margin-left: -200px;
	width: 400px;
	background: white;
	text-align: center;
	background: rgba(16, 36, 69, .8);
}

.modal-header {
	padding: 0;
	color: white;
	margin: 0 20px;
	text-align: left;
	padding: 10px 0;
}

.modal-footer {
	border-top: none;
	margin-bottom: 30px;
}

.modal-body {
	padding: 0;
	margin-top: 8px;
}

.modal-body div {
	height: 54px;
	line-height: 34px;
	padding: 10px 5px;
}

.public_login {
	height: 100%;
}

.public_login .container {
	padding-top: 10px
}

.public_login .login-wraper {
	margin-top: -90px;
}

.public-login-title {
	color: #000;
	height: 30px;
	line-height: 30px;
}

.public-login-title .z-label {
	font-size: 16px;
}
/* @media screen and (min-width:1367px) and (max-width:1600px){
	.middle{
		background:#fff url(../images/login-wy-1600.jpg) no-repeat;
	}

}
@media screen and (max-width:1366px){
	.middle{
		background:#fff url(../images/login-wy-1440.jpg) no-repeat;
	}

} */
.middle, .middle-tree {
	width: 100%;
	height: 450px;
	max-height: 482px;
	position: relative;
}

.login-title {
	width: 300px;
	height: 30px;
	background: url("../images/title.png");
}

.modal-footer {
	padding: 5px;
	text-align: center;
}

.login-footer {
	padding: 15px;
}

.input-group .glyphicon {
	top: 0;
	background-color: rgb(238, 238, 238);
	border: none;
	border-radius: 4px 0 0 4px;
	background-image: url(../images/logoem.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.form-control {
	border: 1px solid transparent;
}

.z-label {
	font-size: 14px;
	font-family: "微软雅黑", Arial, sans-serif, "宋体";
}

.glyphicon-u {
	background: #eee url(../images/logoperson.png) no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	padding: 0;
	display: inline-block;
}

.glyphicon-p {
	background: #eee url(../images/logomima.png) no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	padding: 0;
	display: inline-block;
}

.glyphicon-l {
	background: #eee url(../images/glyphicons-halflings.png) no-repeat;
	background-position: -359px -48px;
	width: 14px;
	height: 14px;
	padding: 0;
	display: inline-block;
}

h4 {
	font-weight: 600;
}

.navbar {
	margin-bottom: 10px;
}

.btn-sm {
	margin: 0 20px;
	padding: 3px 20px;
	border-radius: 5px;
	border-color: white
}

.btn-sm span {
	font-weight: 600;
}

.footerintro {
	position: fixed;
	bottom: 3%;
	left: 50%;
	margin-left:-625px
}

.footerintro span {
	padding: 0 10px
}

.rb {
	border-right: 1px solid white;
}

.rb span {
	top: -2px;
}