.elementor-570 .elementor-element.elementor-element-a50f923{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5c0a18 *//* Style the Signup Form Inputs */
.wpforms-container input, 
.wpforms-container select, 
.wpforms-container textarea {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.wpforms-container input:focus {
    border-color: #0078d4 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.1) !important;
}

/* Signup Button Match */
.wpforms-submit {
    background-color: #0078d4 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 15px 30px !important;
    width: 100% !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(0, 120, 212, 0.2) !important;
    cursor: pointer !important;
}/* End custom CSS */