/* Styles definition here*/
#fbuilder .pbSubmit { 
  padding: 10px 20px; /* Adjust the values to your desired padding */
  border-radius: 5px; /* Adjust the value to control the button's roundness */
  color: #fff; /* Change the text color to your preferred color */
  border: none; /* Remove the button border */
  cursor: pointer;
  font-size: 16px; /* Adjust the font size as needed */
  text-align: center;
  text-decoration: none;
 background: #21aef9; font-weight: bold; 
}
#fbuilder .pbSubmit:hover {
  background-color: #2980b9; /* Change the background color on hover */
}

select, textarea{
	width:25% !important;
	font-size: 20px !important;
	 text-align: center; !important;
}