/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.form.biceps-form{
    margin: 0 !important;
}


.form-group-normal{
    max-width: 450px;
    display: block;
}

.form-group-wide{
    display: block;
    max-width: 550px;
}
