/* WP Forms css style */
/* you cannot stop the magic */

.wpforms-field-container {
    font-size: 26px !important;
	color: #ffffff !important;
}

.wpforms-field-label {
    font-size: 18px !important;
	color: #ffffff !important;
}

.wpforms-field-label-inline {
    font-size: 18px !important;
	color: #ffffff !important;
}

.wpforms-submit{
	font-family: "Bebas Neue" !important;
	color: #000000 !important;
	font-size: 18px !important;
	background-color: #ffffff !important;
}

