.formWrapper {
	height: 175px;
}

.formWrapper h6 {
	font-weight: bold;
	color: #1F2240;
}

.formWrapper input[type="text"]:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.formWrapper input[type="text"] {
	padding: 6px;
	width: 50%;
	background: none;
	border: 1px solid #F8373A;
	color: #1F2240;
	font-weight: normal;
}

.formWrapper input[type="text"]#captcha_code {
	width: 25%;
}

.formWrapper button {
	background: #F8373A;
	border-width: 0px;
	color: #FEFEFE;
	padding: 7px;
	font-size: 15px;
	border-rardius: 100em;
}

.formWrapper button:hover {
	background: #211F20;
}

#email_id,#captcha_code {
	text-transform: lowercase;
}

.form_error {
	color: #3966F6;
	font-weight: bold;
}