.banner {
	background-size: auto 100% !important;
}

header {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	/*border-width: 1px 0 0;*/

	display: flex;
	justify-content: center;
}

.info-sistema {
	font-size: 11pt;
	color: rgb(94, 94, 94);
	margin-bottom: 10px;
	padding: 2px 0 5px 0;
	text-align: center;
	font-weight: bold;
}

.logo {
	display: flex;
	justify-content: center;
	margin-right: 33px;
}

.btn-primary {
	background-color: #008A33;
	border-color: #008A33;
}

.btn-primary:hover {
	background-color: #006f29;
	border-color: #006f29;
}

footer {
	display: block;
	flex: right !important;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin-bottom: 35px;
	/*border-width: 1px 0 0;*/
	color: grey !important;
}

footer a {
	color: grey;
	bottom: 0;
	margin-bottom: 0;
	/*border-width: 1px 0 0;*/
}

footer a:hover {
	color: rgb(107, 107, 107);
}

.clearfix {
	clear: both;
}