/* begin replace title with logo */
.twc-malidc-sign-in h1 {
--height : 30px;
height : var( --height );
visibility : hidden;
}
.twc-malidc-sign-in h1::before {
background-image : url( 'https://images.squarespace-cdn.com/content/67dd9d75baa5c641a122e99b/73bcf9e8-8295-4795-acd7-b5912f9417ae/LYF_LOGO.jpg?content-type=image%2Fjpeg' );
background-position-x : center;
background-repeat : no-repeat;
background-size : contain;
content : '';
display : block;
height : var( --height );
visibility : visible;
}
/* end replace title with logo */
[ optional, enter css here replacing square brackets ]