.brandlogo {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 600px) {
	.brandlogo__img {
		margin: 0;
	}
}

.brandlogo__img {
	height: auto;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.brandlogo .brandlogo__change-account-form {
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
    padding: 10px 5px;
}

/****** DEMO ******/
.mdb-logo-demo {
    height: 46px;
    padding: 12px;
}

.demo-text {
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: 'ArialMT', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.demo-header {
	display: block;
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #4B306A;
	padding: 0px 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.demo-red {
	color: #d74444;
}

.demo-chat-link {
    position: fixed;
    bottom: 0;
    right: 0;
}