body {
	font-family: MicrosoftYaHei;
}


input {
	outline: none;
}


#center {
	width: 100%;
}

/* 左侧图片 */
#left_img{
	left: 20%;
	position: absolute;
	top: 22%;
	width: 40%;
}

#left_img img {
	width: 100%;
}

/* 登录表单 */
#center_form {
	left: 65%;
	position: absolute;
	top: 31%;
}

#center_form form {
	min-width: 475px;
} 

/* 智盒终端管理系统 这个标题 */
#sys_title {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	color: #242424;
	letter-spacing: 1.71px;
	text-align: justify;
	min-width: 282px;
	width: 100%;
}

.sys_title {
	width: 282px;
	padding-bottom: 24px;
	padding-left: 10px;
	min-width: 282px;
}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

#username {
	width: 455px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid rgba(234,238,247,1);
	background: url(../../img/user.png) 4px 2px no-repeat;
	padding-left: 40px;
	font-size: 16px;
}

#password {
	width: 455px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid rgba(234,238,247,1);
	background: url(../../img/password.png) 4px 2px no-repeat;
	padding-left: 40px;
	font-size: 16px;
}


/* 判空提示 */
#tip_username {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #ff6158;
	display: none;
}

#tip_password {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #ff6158;
	display: none;
}

/* 输入表单相同部分 */
.same {
	padding: 8px;
}

#Button {
	width: 455px;
	height: 48px;
	background: #3D7CFF;
	border-radius: 4px;
	
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.14px;
	text-align: center;
}

/* 页脚 */
.footer {
	left: 40%;
	position: absolute;
	bottom: 0;
}

#footer_text {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.86px;
	text-align: justify;
}

/* 公司名 */
#bottom #official {
	cursor: pointer;
}
