body {

    font-family: 'Lato', sans-serif;

}

img {max-width:100%; height: auto;}

a {text-decoration: none;}
a:hover {text-decoration: none;}

input, select, textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #660;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #8DC641;
}

.ufb-default-template .ufb-form-field-wrap {

padding: 5px;
margin: 0px;
}

.ufb-form-wrapper.ufb-default-template {
 
  box-shadow: 0 0 0px;
    margin-top: 0px;
    overflow: hidden;
    padding: 0px;
  
}


