select.error, textarea.error, input.form-control.error, input.error {
	border: 1px solid red !important;
}
input.error {
	border: 1px solid red !important;
	font-size: 16px !important;
	outline: none !important;
}
.error {
	color: red;
	font-size: 14px !important;
	font-weight: normal;
}
.text-center{
	text-align: center !important;
}
#captcha-alert-message{
	color: red;
}
.form-section {
	color: #fff;
	background-color: #3dadee;
	padding: 10px 5px 5px 15px;
}
#important-word{
	color: red;
}