/*登录页面*/
.panel {
	background: #fff;
}
.submitBack {
	
}
button[type=submit] {
	background-color:#ADD8E6;
}
button[type=submit]:hover {
	background-color:#50768C;
	color:#fff;
}
form.form-group:last-child {
	padding-bottom: 0;
}
.passcode {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	margin: 1px;
	border-left: solid 1px #ddd;
	text-align: center;
	line-height: 32px;
	border-radius: 0 4px 4px 0;
}
.bodyBack {
	background-image:url("../../im/body-bg.png");
}

