@CHARSET "UTF-8";
.navbar .navbar-brand {
	background-image: url("/images/logo2.png");
    background-size: 50px 40px;
	background-position: left center;
	background-repeat: no-repeat;
    padding: 14px 33px 14px;
	margin-left: 4px;
}
/* measure to remove negative margins of "row" class */
.main-view {
	padding-left: 15px;
	padding-right: 15px;
}
/* measure to remove padding of contents of "panel" class */
.panel-view {
	margin: -15px;
}
.login-form {
	padding: 6px;
}
.impressum {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -35px;
}