﻿form {
}

    form fieldset {
        margin: 10px 0;
    }

        form fieldset legend {
            font-size: 1.2em;
            font-weight: bold;
        }

    form .form-group {
        margin: 10px 0;
    }
