/*
|----------------------------------------------------------------------------
	SmartForm - PHP Working Ajax Advanced Multipurpose Form Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
| CONTACT FORM STYLE
|----------------------------------------------------------------------------
*/
#contactForm {
	position: relative;
}

.mgssmartform span.sub-text {
    right: 20px;
	text-align: right;
	bottom: 100px;
}
.mgssmartform .has-feedback.has-error.has-danger::before, .mgssmartform .has-feedback.has-success::before {
	left: -2px;
}
@media screen and (max-width: 320px) {
	#humanCheckCaptchaInput.form-control {
		margin-left: 8px;
		padding: 5px 2px;
		width: 32px;
	}
}