@charset "utf-8";
.loginBg {
	margin: 50px;
}
.navbarColor {
	background-color: #081C41 !important;
	padding-bottom: 0;
}
.headerLogo {
	height: 70px;
	margin-bottom: 5px;
}
.headerLogoImg {
	height: 100%;
	width: auto;
}
.menuLogo {
	border-bottom: 1px solid #ffffff;
	padding: 10px 0;
}
.menuClose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 1.5em;
	height: 1.5em;
	background-size: 1.5em;
}
.menuList {
	font-size: 22px;
	font-weight: bold;
}
.menuList li {
	margin-bottom: 10px;
}
.mainContent {
	margin-top: 83px;
	margin-bottom: 36px;
	position: relative;
}
.rightBtn {
	position: absolute;
	right: 20px;
	top: 10px;
}
.fooerBg {
	background-color: #081C41;
	font-size: 13px;
}

.mobile-none {
	display: block;
}

@media screen and (max-width: 550px) {
	.headerLogo,
	.headerLogoImg {
		height: auto;
		width: 180px;
	}
	.mainContent {
		margin-top: 56px;
	}

	.mobile-none {
		display: none;
	}
}