@import url(helpers/base.default.css);
@import url(components/notifications-alerts.css);

/* New Added*/

body{
	font-size:14px;
	color:#000;
}

.control-label{
	top:5px;
	font-weight:bold !important;
}
.form-label, label{
	font-weight:bold !important;
}
.form-control{
	color:#000 !important;
}
.control-label{
	text-transform:uppercase;
}
.well{
	background-color: #e1e3f0;
}

