/* Styles definition here */
#fbuilder, #fbuilder label, 
#fbuilder span { color: #3c383c; }

#fbuilder input[type=text], 
#fbuilder textarea,
#fbuilder select { 
  border: 1px solid #3fc9ff;
  border-radius: 10px;
  padding: 5px 0;
font-family: "Poppins", sans-serif;
	color: #3c383c !important;
}
#fbuilder .pbSubmit { 
  font-family: "Poppins", sans-serif;
	background-color: #3fc9ff !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  border: 1px solid #8bb0cb !important; 
}
#fbuilder .pbSubmit:hover{
  background-color: #fff !important;
  color: #3fc9ff !important;
  border: 1px solid #8bb0cb !important;
}
