/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .form-wrapper{
     border: 1px solid #000;
     padding: 5px;
 }
 
 .form_element_wrapper{
     margin: 2px 0px;
 }