/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.2.1639527691
Updated: 2021-12-15 00:21:31

*/

.vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
    border-radius: 18px; /* Adjust the border radius value as needed */
}

.gfield_description {
	color: #fff !important;
}

.gform_required_legend {
	display: none;
}

.gfield_label {
  font-size: 15px !important;
	color: #fff;
	font-weight: 600 !Important;
}

.gform-field-label {
	color: #fff !important;
}

.gfield_checkbox {
	font-size: 15px !important;
	color: #fff;
	font-weight: 300 !Important;
}

.gfield_radio {
	font-size: 15px !important;
	color: #fff;
}

.gsection_title {
	color: #fff;
	font-weight: 700;
}

.gsection_description {
	color: #fff;
}

ul li.gfield {
	margin-top: 2px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #fff !important;
}

.gf_progressbar_percentage {
	background-color: #18264f !important;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    font-size: 16px;
	color: #fff !important;
	font-weight: 700 !important;
	background-color: #fff9 !Important
}
.gform_wrapper input[type=submit] {
    cursor: pointer;
	font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 12px;
	border: 1px solid #fff;
    color: #003b70 !important;
	transition: 0.3s;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
	border: 1px solid #fff;
  	color: #fff !important;
	background-color: #ffffff69 !Important;
}
