How to set a bigger bottom padding

Hi guys, how can I set the bottom padding to 150px only for this section?

Here’s the link to it: https://1049xn-ya.myshopify.com/account/login#recover

Thanks a lot,
Tim

Hi @CreatorTim ,

Go to theme customization => click on that section => you will find custom css option => input this code (I have added an example)

{
        padding-bottom: 150px !important;
}

1 Like

Thanks bro!!