/* -------------------------- LOGIN -------------------------- */
body {
	background-color: #F5F5F5;
}
#leftSidebar {
	background-color: #F5F5F5;
	padding: 0px;
	border-right: 0px;
	text-align:center;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 7px;
}
.title {
	background-color: #2d2d2d;
	color: #FFF;
	padding: 1px 0px 1px 0px;
	margin-bottom: 15px;	
}


.title, #feedback {
	width: 420px;
}