Dawn Theme - Add white Container to Login Page

I would like to make a white container with rounded corners behind the login window on the login page. Does anyone have an idea how to implement this? Here are two pictures that describe my idea.
Website: www.taskslider.de

PW: nonsense

Hi @Roxolot

Something like this at the bottom of your assets/customer.css file should help:

.customer.login {
    background: white;
    border-radius: 20px;
}

If you go to the very bottom of that file in the editor, and create these as new lines - it should work.

Thanks

That works. Thank you