There are no notes for this item.

<fieldset class="fieldset">
    <legend class="fieldset__legend legend">Group Legend</legend>
    <div class="fieldset__group">
        <div class="form-field-container fieldset__input">
            <input type="text" value="" id="" name="" placeholder="Placeholder text">
            <label for="">Input label
  </label>
        </div>

        <div class="form-field-container fieldset__input">
            <input type="text" value="" id="" name="" placeholder="Placeholder text">
            <label for="">Input label
  </label>
        </div>

    </div>
</fieldset>