$cfc_txt_clr: #000000;
#cfc, #cfc .wpcf7-quiz-label, #cfc p { color: #{$cfc_txt_clr}; }$cfc_bg_clr: #ffffff;
#cfc { background-color: #{$cfc_bg_clr}; }$cfc_font_sizess: 16;
#cfc, #cfc p { font-size: inherit; font-size: #{$cfc_font_sizess}px; }$cfc_padding: 0;
#cfc { padding: #{$cfc_padding}px; }$cfc_margin: 0;
#cfc { margin: #{$cfc_margin}px; }$cfc_border: 0;
#cfc { border: #{$cfc_border}px solid; }$cfc_border_radius: 0;
#cfc { border-radius: #{$cfc_border_radius}px; }$cfc_border_clr: #000000;
#cfc { border-color: #{$cfc_border_clr}; }$cfc_input_width: n;
#cfc form input, #cfc form textarea{ width: #{$cfc_input_width}; }$cfc_input_txt_clr: #000000;
#cfc input, #cfc textarea{ color: #{$cfc_input_txt_clr}; }$cfc_input_bg_clr: #ffffff;
#cfc input, #cfc textarea{ background-color: #{$cfc_input_bg_clr}; }$cfc_input_padding: 0;
#cfc form input, #cfc form textarea{ padding: #{$cfc_input_padding}px; }$cfc_input_margin: 0;
#cfc form input, #cfc form textarea { margin-bottom: #{$cfc_input_margin}px; }$cfc_input_font_size: 14;
#cfc form input, #cfc form textarea{ font-size: inherit; font-size: #{$cfc_input_font_size}px;}$cfc_input_border: 1;
#cfc form input, #cfc form textarea{ border: #{$cfc_input_border}px solid; }$cfc_input_border_radius: 0;
#cfc form input, #cfc form textarea{ border-radius: #{$cfc_input_border_radius}px; }$cfc_input_border_clr: #4f4f4f;
#cfc form input, #cfc form textarea{ border-color: #{$cfc_input_border_clr}; }$cfc_btn_width: 100%;
#cfc .wpcf7-submit{ width: #{$cfc_btn_width}; }$cfc_btn_txt_clr: #ffffff;
#cfc .wpcf7-submit{ color: #{$cfc_btn_txt_clr} ; }$cfc_btn_bg_clr: #303e5a;
#cfc .wpcf7-submit{ background-color: #{$cfc_btn_bg_clr}; }$cfc_btn_hover_txt_clr: #eaeaea;
#cfc .wpcf7-submit:hover{ color: #{$cfc_btn_hover_txt_clr}; }$cfc_btn_hover_bg_clr: #1c2f59;
#cfc .wpcf7-submit:hover{ background-color: #{$cfc_btn_hover_bg_clr}; }$cfc_btn_border: 0;
#cfc .wpcf7-submit{ border: #{$cfc_btn_border}px solid; }$cfc_btn_border_radius: 0;
#cfc .wpcf7-submit{ border-radius: #{$cfc_btn_border_radius}px; }$cfc_btn_border_clr: #000000;
#cfc .wpcf7-submit{ border-color: #{$cfc_btn_border_clr}; }$cfc_btn_border_hover_clr: #000000;
#cfc .wpcf7-submit:hover{ border-color: #{$cfc_btn_border_hover_clr}; }#cfc{
   width:100%;
}
#cfc input{
    
}
#cfc textarea{
    
}
#content p:last-child{
    
}
input{
    width:100%;
}
textarea{
    width:100%;
}

.wpcf7-submit{
    
    background-color:#0a723d;!important;
    color:white;!important;
    border:0px;!important;
    width:100%;!important;
    min-height:50px;!important;
    
}