.hidden {
	display: none;
	visibility: hidden;
}

.checkbox label{
	font-size: 12px;
	color: #444;
}

.checkbox label span {
	vertical-align: -2px;
}
.login-page {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.login-box-tip {
	text-align: center;
	color: #444;
	margin: 15px auto 40px;
}

.login-box-tip em {
	font-style: normal;
	color: #000;
	padding: 0px 4px;
}

.stu-baoming-btn {
	font-weight: bold;
	color: #dd4b39;
	font-size: 18px;
	text-decoration: underline;
}
.copyright-body{
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}
.copyright-body span{
	color: #73777a;
}
.copyright-body .icp-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("/images/bo_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.copyright-body .icp-content{
	color: #73777a;
	text-decoration: none;
}
.copyright-body a:hover {
	color: #333;
	text-decoration: none;
}