﻿.businessEnqForm {
    background:#f1f1f1;
    padding:40px;
    border:1px solid #ff3c28;
}
.text-danger {
    color:#ff0000;
}
.leftSide_form {
    float:left;
    width:48%;
}
.rightSide_form {
    float:right;
    width:48%;
}
.formType {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
}
.formType label {
	font-size: 14px;
    color: #000;
    margin-bottom: 4px;
    display: block;
    vertical-align:top;
    font-weight: 700;
}
.formType input, 
.formType select { 
	width:100%; 
	padding:10px 16px; 
	border:1px solid #d8d8d8;
	margin-bottom:14px;
	height:54px;
}
.formType textarea { 
	width:100%; 
	padding:10px 16px; 
	border:1px solid #d8d8d8; 
	border-radius:4px; 
	margin-bottom:14px; 
}
.businessEnqBtn {   
	width: 180px !important;
    background: #2841f3 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;   
    cursor:pointer;
    margin:20px 0;
}
.businessEnqBtn:hover { 
	background:#ff3c28 !important;
}









