Extra padding on left for iphone

I’m working on a mobile app using phonegap and jquery mobile.
Today I have some weird padding appearing on my left margin.
see https://www.hoteldna.com/mapp/mobile-login.php?result=7

The bottom footer should be all the way left as well as the side of the form box should be all left and filling the whole viewport. In Xcode the iphone simulator shows it having a weird left to right scroll.

I’ve been over it many times and can’t seem to see what I’m missing. Probably a typo somewhere.

Thanks,

Got it.

Changed

<div data-role="page" data-theme="b" class="ui-body ui-body-b">

and removed an extra ui-body

<div data-role="page" data-theme="b" class="ui-body-b">