Skip to Main Content
Change the Message Confirm width Close a page from JavaScript

Change the login background image

How to change the login background image

Example:

.t-PageBody--login {
    background-image: url('#APP_FILES#background_02.jpg');
    background-size: cover, contain ;
    background-repeat: no-repeat;
    background-position: absolute ;
}