input:not([type=radio]):not([type=checkbox]){
    height : 2.5rem !important;
    padding : 0.5rem 1rem !important;
    font : 14px Arial !important;
}

label.required { margin-bottom : 10px !important;}

.form-group {
    margin-top: 10px !important;
}

#submitbutton {
    background-color: #85bc20 !important;
    color: #fff !important;
    border: none !important;
}

