Can't adjust left and right padding (width) of custom liquid form?

Any help - greatly appreciated. I’m trying to fix the width of the background colour of this login form and I just can’t figure out why it won’t change? This is the page: https://lemonribbonstudio.com/account/login

I have a template page called: ‘customers/login.json’ and it has a liquid form called: ‘login-form.liquid’

I’ve tried adding left and right padding to the code in both places and also adding a width amount to the section wrapper in the liquid form. Nothing seems to work? Can anyone suggest what I’m missing? Thanks in advance.

Hi @lemonribbon
Please explain what you want
try this

div#shopify-section-template--21682001510692__main {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

Best regards

Sohan

Thanks @Sohan2198 , will see if that works.