body {
	background-color: #0c76bc;
}
.panel {
	background: #fff;
}
.panel_box {
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:14px;
}
.form-group {
	padding-bottom: 0px;
}
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;
	cursor: pointer;
}

.panel-head {

    padding: 15px 15px;
    border-radius: 4px 4px 0 0;
    border-bottom: solid 1px #ddd;
    font-size:18px;
}
.panel {
    border: solid 1px #fff;
}
.mask-loding{position:fixed; left:0;top:0;z-index:1710;height:100%;width:100%;background:black;opacity:0.5;filter:alpha(opacity=50);}
.loding {width: 250px;height: 200px;margin: auto; position:fixed; z-index: 1713; top: 50%; left:50%; }