/* BS OVERRIDES */
img {
	vertical-align: inherit;
}
img {
	border: none;
}
* {
	-webkit-box-sizing: initial !important;
	-moz-box-sizing: initial !important;
	box-sizing: initial !important;
}

/* CONTENT BOX POSITIONING OVERRIDES */
#content {
	margin: 0 !important;
}
#system .item > *:last-child {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

/* LOGIN FORM BS OVERRIDES */
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #6872AF;
	border-color: #6872AF;
}
.panel-primary {
	border-color: #6872AF;
}
