Apply your branding to your workspace using the following classes used below:

/*Login page background*/ 

.split-page-layout .layout-block.supportive-block {
background: url(https://www.plutio.com/static/images/brand/logo/plutio-logo.png)!important;
background-position: center;
background-size: cover;}

/*Login page message*/

.split-page-layout .form .blocks-section._split-layout::after {
background:#631984;
border-radius: 5px; bottom: -140px; color: #fff;
content: "Can't log in? Try using the Forgot your password link above, or emailing [email protected] for assistance!";
display: block;
font-weight: 600;
padding: 20px;
position: absolute;}

/*Login page button*/

.button.fullwidth {background-color: #631984;}

Did this answer your question?