.container {
	max-width: 1080px;
	/*text-align: center;*/
}

.home-header {
	width: 100%;
}

.home-banner {
	text-align: center;
}

.home-banner>img {
	width: 100%;
}

.login-panel {
	width: 300px;
	height: 270px;
	margin-top: 20px;
	background: #0a2f6e;
}

.tracking-block {
	width: 300px;
	height: 200px;
	margin-top: 20px;
	background: #0a2f6e;
}

.tracking-panel, .login-panel {
	padding: 15px;
	font-family: sans-serif;
	color: #fff;
}

.tracking-panel>input, .login-panel>input {
	margin-top: 30px;
	height: 40px;
}

.tracking-panel>button, .login-panel>button {
	margin-top: 18px;
	background-color: #b60f29;
	border: none;
	height: 40px;
	width: 100px;
}

.partner>img {
	width: 100%;
}

.partner-block {
	padding-top: 50px;
}

.header {
	position: relative;
	background-color: #0a2f6e;
	width: 100%;
	height: 80px;
}

.header>h2 {
	color: #fff;
	position: absolute;
	font-size: 30px;
	left: 200px;
	top: 4px;
}

.track-text>input {
	width: 100%;
	text-align: center;
	height: 50px;
	border: 2px solid #0a2f6e;
	font-size: 20px;
	margin-top: 10px;
}

.track-text a>span {
	padding: 11px 11px;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #0a2f6e;
	position: absolute;
	top: 90px;
	color: #fff;
}

.track-text {
	padding-bottom: 40px;
}

.id-block, .tracking-info {
	border-top: 1px solid #0a2f6e;
	margin: 0px !important;
}

.id-block h2, .tracking-info h2 {
	color: #888;
	font-size: 18px;
}

.id-block h3 {
	color: #b60f29;
	font-size: 16px;
}

.divison {
	padding-top: 14px;
	color: #0a2f6e;
}