@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: unset;
	font-size: unset;
	line-height: unset;
	background: #1F5C89 url(../img/pattern-1.png) top left repeat;
}

.jumbotron {
	background-color: rgba(30, 56, 93, 0.35) !important;
	margin-top: 250px;
	color: white;
}

.jumbotron .left-padding {
	padding-left: 220px;
}

.jumbotron .title {
	font-size: 40px;
	font-weight: bold;
}

.jumbotron .title .subtitle {
	font-size: 15px;
	margin-left: 30px;
}
.jumbotron hr {
	margin-bottom: 37px;
}

.err-tip {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	color: #e62c2c;
	height: 20px;
}

.logoDiv {
	height: 59px;
	width: 54px;
	background: url('../img/common/logo-transparent.png');
	display: inline-block;
	background-size: 100px;
	background-position: -28px 8px;
	background-repeat: no-repeat;
	vertical-align: -12px;
}

.loading-bg {
	width: 100%;
	height: 100%;
	background: #fffc;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	display: none;
}

.loading-img {
	text-align: center;
	margin-top: 393px;
}