<div class="input-group">
                        <label class="sr-only">Email</label>
                        <input type="email" class="form-control" id="pre_reg_email" name="pre_reg_email" placeholder="Email Address" 
                               data-validation="required" data-validation-error-msg="Email is mandatory field." >
                        <span class="input-group-btn">
                            <button type="submit" class="btn btn-success"> Notify Me ! </button>
                        </span>
                    </div>
Issue is when I use such code orientation of button and input text is getting disturb