.navbar {
	background-color: #4ca2ae;
	
}

.navbar-brand {
	display:flex;

}
.navbar .navbar-logo {
	font-weight: bold;
	margin-top: 4px;
}

.navbar-brand svg {
width: 50px;
  height: 40px;

}

.action-title {
	text-transform: uppercase;
}

.hint {
	padding: 0 0 12px;
}

