.frm_forms {
	margin: 20px 0;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	color:#333;
}
.content label {
    font-weight: 700;
}
.sidebar-form label {
    font-weight: 500;
}
.sidebar-form .form-control {
	margin-bottom:10px;
}
.form-control {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #ddd;
    color: #333;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
  border-color: #FED255;
  outline: 0;
  -webkit-box-shadow: none, 0 0 8px rgba(212, 230, 233, .6);
          box-shadow: none, 0 0 8px rgba(212, 230, 233, .6);
}
.frm_error {
	clear:left;
	float:left;
	width:100%;
	color:#FF0004;
	margin:10px 0;
}

/* Checkboxes and Radio Buttons */
input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}
.content .frm_checkbox label,
.content .frm_radio label {
	float:none;
	text-align:left;
	width:auto;
	margin:0;
	padding-left: 2.55em;
	padding-right: 0.75em;
	line-height:2em;
	font-weight: 400;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	padding-left: 2.55em;
	padding-right: 0.75em;
	position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: #fff;
	border-radius: 6px;
	border: solid 1px #ddd;
	content: '';
	display: inline-block;
	height: 1.8em;
	left: 0;
	line-height: 1.725em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.8em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #FED255;
	border-color: #FED255;
	color: #fff;
	content: '\f00c';
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
	border-color: #ddd;
}
input[type="checkbox"] + label:before {
	border-radius: 5px;
}
input[type="radio"] + label:before {
	border-radius: 100%;
}

/* ajax submit */
.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
    display: block;
    margin: 0 auto;
}
.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
    margin-bottom: 0px;
}
.frm_ajax_loading {
    visibility: hidden;
}
.frm_ajax_loading.frm_loading_now {
    visibility: visible !important;
}

@media (max-width: 991px) {
.frm_submit {
	margin-bottom:40px;
}
}
.frm_error_style,
.frm_message {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.frm_verify, 
.frm_hidden {
	display: none;
}