/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.webinar-registration-form {
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding: 40px 20px;
}

.webinar-registration-form label.gfield_label {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600px
}

.webinar-registration-form .ginput_container input {
	border: 1px solid #000000 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	background-color: #FFFFFF !important;
}

.webinar-registration-form .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	background-color: #429D9D !important;
}