* {
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
.placeholder {  
    color: gray;  
} 
.sgui-page-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:#84acff;
	background:-moz-linear-gradient(top,  #84acff 0%, #3954a1 100%);
	background:-webkit-gradient(linear, top, bottom, color-stop(0%,#000000), color-stop(100%,#3954a1));
	background:-webkit-linear-gradient(top,  #84acff 0%,#3954a1 100%);
	background:-o-linear-gradient(top,  #84acff 0%,#3954a1 100%);
	background:-ms-linear-gradient(top,  #84acff 0%,#3954a1 100%);
	background:linear-gradient(to bottom,  #84acff 0%,#3954a1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84acff', endColorstr='#3954a1',GradientType=0 );
}
.sgui-page {
	width: 100%;
	height: 100%;
	background-image: url("/Images/bg.png");
	background-position: center;
	z-index: 1;
}
.sgui-login {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -422px;
	margin-top: -237px;
	width: 844px;
	height: 474px;
	background-color: #fff;
	clear: both;
}
.sgui-login-bg {
	width: 50%;
	height: 100%;
	background: #fff;
	float: left;
}
.sgui-login-img {
	width: 100%;
	height: 360px;
	background-image: url("/Images/logo.png");
	background-repeat: no-repeat;
	background-position: 90px 50px;
}
.sgui-login-qrcode {
	width: 100%;
	height: 114px;
	line-height: 68px;
	font-size: 14px;

}
.sgui-login-qrcode img {
	vertical-align: middle;
	margin: 0 25px 0 60px;
}


.sgui-login-list {
	width: 50%;
	height: 100%;
	background: #fff;
	float: left;
	color: #6396ff;
}
.thisone::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　	color: #fff;
　　}
　　.thisone:-moz-placeholder {
　　	color: #fff;
　　}
　　.thisone::-moz-placeholder {
　　	color: #fff;
　　}
　　.thisone:-ms-input-placeholder {
　　	color: #fff;
　　}
.list-style {
	margin-left: 110px;
}
.sgui-login-title {
	width: 240px;
	height: 70px;
	line-height: 110px;
	font-size: 22px;
}
.sgui-info {
	width: 240px;
	height: 70px;
	border-bottom: 1px #6396ff solid;
}
.sgui-info div {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 30px;
}
.sgui-info input {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	border: none;
	outline: none;
	padding: 0 5px;
}
.sgui-info input:focus::-webkit-input-placeholder{
    text-indent: -999em;
    z-index: -20;
}
.info1 div {
	background-image: url("/Images/admin.png");
	background-repeat: no-repeat;
	background-position: center;
}
.info2 div {
	background-image: url("/Images/password.png");
	background-repeat: no-repeat;
	background-position: center;
}
.info3 div {
	background-image: url("/Images/check.png");
	background-repeat: no-repeat;
	background-position: center;
}
.info3 input {
	width: 90px;
}
.sgui-info img {
	float: left;
	margin-top: 32px;
}
.sgui-info-mistake {
	width: 240px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	text-align: right;
}
.sgui-prompt-pw {
	width: 240px;
	height: 36px;
	line-height: 36px;
	margin-top: 36px;
	font-size: 12px;
}
.sgui-user-remember {
	float: left;
	width: 120px;
}
.sgui-checkbox {
	float: left;
	margin: 10px 10px 0 0;
	width: 14px;
	height: 14px;
	border: 1px solid #6396ff;
	border-radius: 4px;
}
.sgui-checkbox-active {
	background-image: url("/Images/active.png");
	background-repeat: no-repeat;
	background-position: center;
}
.sgui-pw-forget {
	float: left;
	width: 120px;
	text-align: right;
}
.sgui-login-btn {
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background-color: #6396ff;
}
.sgui-login-shadow {
	width: 966px;
	height: 40px;
	background-image: url("/Images/shadow.png");
	margin-left: -61px;
	margin-top: 453px;
}