/* Styles definition here */
.pbSubmit{
	padding: 1rem 2rem !important;
	background-color: #0F077C !important;
	color: white !important;
	border-radius: 10px !important;
}

.pbSubmit:hover{
	background-color: #0D173B !important;
	color: white !important;
}

.ahbfield_service, .fbuilder{
	padding: 1rem 2rem !important;
}

#fbuilder input[type=text], #fbuilder textarea, #fbuilder select { 
	padding: 1rem 2rem !important;
}