body {
	background-color: #f5f7fa;
}

a {
	text-decoration: none !important;
}

.topnavbar .navbar-header {
	height: 54px;
}

.navbar-brand {
	display: inline-block;
}

form .required label.control-label::after {
	content : ' *';
	color : red;
}

form .required div.help-block {
	margin-top : 5px;
	color : red;
	font-size : 12px;
}