/
Custom Login Page Background
Custom Login Page Background
Overview
The standard login page can be given visual flair and branding by using a custom background image.
Configuration instructions
1 | Create the imageFiles should:
Keep the file size as small as possible while keeping the best quality. |
2 | Upload the image to your |
3 | Modify the tenant-specific config settings in Admin → TenantConfigure the relevant tenant’s Custom CSS using this code: .url-account-login #responsive-main {
background: url(/Content/client_assets/DEFAULT/login-desktop.jpg);
background-size: cover;
}
.login-table-content {
background: rgba(255, 255, 255, .5);
border: 3px solid #eeeeee;
padding:10px;
} Be sure to change the link on line 2 to your folder and image name Line 6 sets the background color / opacity behind the left side content blocks so that text is legible against the background. If you don’t need this, delete lines 6 through 10. |
Example
, multiple selections available,
Related content
Login Page Configuration
Login Page Configuration
More like this
Login Scenarios
Login Scenarios
More like this
MyAccount (Draft)
MyAccount (Draft)
More like this