/*Oct-08-2018*/
#aitrade_form .control-label
{
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 5px;

}
#aitrade_form #x_submit_btn
{
	
	font-size: 20px;
    padding: 13px 13px;
    padding-bottom: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
    box-shadow: none !important;
    background-color: rgb(68, 157, 68);
    text-transform: uppercase;
    border: 0px solid rgb(68, 157, 68) !important;
    text-shadow: none !important;
}
#aitrade_form #x_submit_btn:hover,
#aitrade_form #x_submit_btn:focus
{
	box-shadow: none !important;
	border: 0px solid #2ad62a !important;
	background-color: #2ad62a !important;
	color: #fff;
	outline: none;
}
#aitrade_form a
{
	color:#ffff !important;
	text-decoration: underline;
}
#aitrade_form a:hover
{
	color:#2ad62a !important;
	text-decoration: underline;
}
#aitrade_form .form-group
{
	margin-bottom: 0;
}
#aitrade_form
{
	padding: 20px;
	background-color: #2f4169;
	border-radius: 0px; 
	width: 100%;
	margin: 0 auto; 
}
#aitrade_form .form-group input + label
{
	color: #f00;
    font-weight: 300 !important;
    font-size: 0.75em;
    position: relative;
    top: -10px;
    margin-bottom: 0;

}
#aitrade_form .col-xs-12.col-sm-12.col-md-6
{
	width: 100%;
	color: #fff;

}
#aitrade_form .row:last-child .col-xs-12.col-sm-12.col-md-6
{
	font-size: 12px;
	text-align: left;
}
#aitrade_form input
{
	font-size: 16px;
}
.form-control.error
{
	background: #fff url(https://removals-quoter.co.uk/wp-content/themes/x-child/images/invalid.png) no-repeat scroll right center;
	    -webkit-transition: all ease 0.3s;
	    transition: all ease 0.3s;
}
#aitrade_form
{
	border-radius: 0 !important;
}
/*End-Oct-08-2018*/