Center Login Scene?

I'm at my wits end for trying to center the login scene. I've tried targeting a few different elements, but to no avail. Has anyone had any lunch centering just that element?

Hello! For some reason copying and pasting the info u gave us isn’t working? We took out the part you were instructing us about the sizing, but it didn’t work? Do you have any idea what we could be doing wrong? Thanks so much!

Ok great thanks so much! We’ll give it a try! 

Hi,

Yes in API / Code -> CSS. Copy, paste and save. refresh your page (F5) once done to see the result. You can then set a different width if you like.

/* Center Knack Login */
.kn-login {
width: 300px; /*or any fix width you want to give it*/
margin-right: auto;
margin-left: auto;}

Hi! We are trying to put this code into our database, I know this may sound uber novice, but we're not developers..lol Can we just copy and past what you wrote above into the CC Entry box?

Thanks!

Thanks!

Hi.

.kn-login {

width: 300px; (or any fix width you want to give it)

margin-right: auto;

margin-left: auto;}