#loginbg {
	background-image: url(/webpic/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hometxt {
	color: #FFF;
}
.homelogo {
	background-image: url(/webpic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
}
.homesitename {
	font-size: 26px;
	color: #FFF;
	margin-top: 20px;
	font-family: "楷体";
	font-weight: bold;
}

.layui-form-checkbox[lay-skin=primary] span {
	color: #FFF;
}
