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

/*
|----------------------------------------------------------------------------
| CONTACT FORM STYLE
|----------------------------------------------------------------------------
*/
#contactForm {
	border: 1px solid #80A5FF;
    border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(33, 84, 207, 0.5);
    margin: 0 0 60px;
    padding: 30px;
	position: relative;
}
#contactForm:hover {
    box-shadow: 0 0 10px 1px rgba(33, 84, 207, 0.5);
}
.mgssmartform .has-feedback.has-error.has-danger::before, .mgssmartform .has-feedback.has-success::before {
	left: -2px;
}
.mgssmartform span.sub-text {
    right: 20px;
	text-align: right;
	bottom: 100px;
}
