#fbuilder {
	
	font-size:15px;
	color:black;
/* 	font-weight:600; */
	margin:10px;
	#fbuilder label{
		width:100px!important;
		
	}
	input[type="text"] {
		border-color:grey;
		border-radius:5px;
		height:40px;
		border-width:1px;
		margin-top:5px!important;
	}
	 input[type="email"] {
		border-color:grey;
		border-radius:5px;
		border-width:1px;
		height:40px;
		margin-top:5px!important;
	}
	textarea {
		border-color:grey;
		border-radius:5px;
		border-width:1px;
		
		margin-top:5px!important;
	}

}

#fbuilder .pbSubmit { 
	margin-left:10px!important;
	font-size:15px!important;
	font-weight:600;
	background-color:#16265c!important; 
	color: white!important; 
	padding:10px!important;
	border:none!important;
	border-radius:5px;
	width:130px;
	
}
#fbuilder h1{
	color:#16265c!important;
}
