Login UI customization
This guide walks through customizing your application’s sign-in page: background image, login panel style, position, and optional side panel.

1. Background image
The default background is white. Set Background URL to an image URL; the preview updates when the URL is valid.

2. Login panel style
Use Form CSS to style the login panel. Example:
<style>
.login-panel{
padding: 40px 30px 0 30px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.20);
}
</style>

tip
If Form CSS is empty, the editor may show a default; copy the content and paste it into the field, then save.

3. Panel position
Use the position buttons to place the panel on the Left, Center, or Right.
