#saleforce-form{
	display: flex;
	flex-wrap: wrap;
}

#vc-form{
	width: 100%; height: 100%; min-height: 680px;
	margin: 0; 
	background-color: #fff;
}
#vc-form .container { 
	/* max-width:100%;  */
	padding: 100px 50px 100px;
}
@media (max-width:768px) {
	#vc-form { width: 95%; }
	#vc-form .container { 
		padding: 150px 15px 100px;
		max-width:none; 
	}
}
@media (max-width:465px) {
	#vc-form { width: 95%; }
	#vc-form .container { 
		padding: 50px 15px 100px;
		max-width:none; 
	}
}

#vc-form form input[type="submit"]{
	position: relative; display: inline-block;
	padding: 9px 35px 8px; margin: 0 auto;
	border: 1px solid #000; background-color: #fff;
	text-transform: uppercase;
	font-family: Brown-Regular, Helvetica, "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	font-size: 14px;
}
#vc-form form input[type="submit"]:hover{
	background:#000;
	color:#fff;
	transition:0.5s all ease;}
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color:#646464;
     opacity: 1 !important;
}


#vc-form .fancybox-close-small{
	top:50px;
	right: 50px;
}
#vc-form .fancybox-close-small:after {
	background: transparent;
	width: 40px; height: 40px;
	font: 30px/40px Arial,Helvetica Neue,Helvetica,sans-serif;
	outline: none;

}

.vc-form-title{
	text-align: center;
}

#saleforce-apply-response{
	position: relative;
	font-family: Brown-Regular;
	text-align: center;
	margin-bottom: 100px;
	color: green;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#saleforce-apply-response.red-border{
	border: solid 1px red;
	color: red;
}

.green-border{
	border: solid 1px green;
	color: green;
}

.sff-bottom-logo{
	width: 100px;
	margin-left: calc(50% - 50px);
	margin-top: 100px;
	margin-bottom: 20px;
}
.vc-form-footer{
	text-align: center;
	margin-top: 30px;
	margin-top: 30px;
	padding: 30px 0;
	background-color: #EDE6E1;
	font-size:12px;
}
.vc-form-footer .fa-2x{
	/*font-size:1.4em;*/
}
#salesforce_submi_loading{
	position: relative;
	width: 150px;
	margin: auto;
}
.salesforce_submi_loading::after {
	content: "";
	position: absolute;
	background-image: url("/wp-content/plugins/form-with-saleforce/images/loading-icon.gif");
	background-size: 40px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	z-index: 9999;
	right: -50px;
	top: 0;
}

input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox;
	display: block;
    position: relative !important;
    margin-left: 0 !important;
}
.privacycheck { margin-left: 5px; font-size: 14px; }
