* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #607B8B;
	min-width: 980px;
	min-height: 600px;
}
.logintop {
	height: 47px;
	line-height: 47px;
	/* background: #13547a; */
	background: url(../img/loginhd.png) repeat-x;
}
.bzy {
	vertical-align: middle;
	margin-left: 25px;
	width: 120px;
}
article {
	position: relative;
    top: 38.2%;
}

.login-wraper {
	position: relative;
    top: -238px;
	font-family: 'Microsoft Yahei';
    border: 1px solid #eee;
    border-radius: 5px;
    width: 270px;
    min-height: 220px;
    background: #f5f5f5;
    margin: 0 auto;
    box-shadow: rgba(0,0,0,0.2) 5px 7px 20px;
}

.sys-name {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	font-size: 22px;
	color: #fff;
}
.group{
    margin: 2px auto;
	width: 228px;
	height: 70px;
    color: #626262;
}
.userinput {
	display: block;
	width: 203px;
	height: 20px;
	font-size: 12px;
	font-family: 'Microsoft Yahei';
	padding-left: 12px;
	border: 1px solid #eee;
	outline: none;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.5) inset;
	box-sizing: content-box;
}
input:-webkit-autofill {
	-webkit-box-shadow : 0 0 0px 1000px white inset ;
}
.info {
	position: relative;
	width: 228px;
	font-size: 12px;
	margin: 10px auto;
	line-height: normal;
	color: #999;
	overflow: hidden;
} 
.find-key {
	float: right;
	color: #999;
}
.info a:hover {
	text-decoration: underline !important;
	cursor: pointer;
}
.sign-in {
	width: 228px;
	height: 45px;
	margin: 10px auto;
	
}
.btn{
	display: inline-block;
	width: 228px;
	height: 35px;
	font-size: 12px;
	color: #fff;
	border: 0;
	border-radius: 6px;
    background-color: #607B8B;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
 	cursor: pointer;
}
.layui-layer-content p {
    line-height: 2.5em;
    font-size: 14px;
    margin: 0 40px; 
}
.layui-layer-content p:first-child {
	margin-top: 15px;
}
.layui-layer-content p:first-child,
.layui-layer-content p:last-child {
	text-indent: 17px;
}
.loginbm p {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 50px;
	width: 650px;
	line-height: 20px;
    text-align: center;
	color: #ccc;
}
.loginbm a {
	color: #ccc;
}