<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  !Note:
  - Uncomment the CSS properties to modify the default properties and values
  - Add '!important' to property value to override the default properties and values
*/

/* 
  Specify the background-color for the Logo wrapper 
*/
.login_spg_logo_wrapper {
  /* background: none !important; */
}

/* Adjust the Logo container(padding or margin) */
.login_spg_logo_content {
  /* padding-top: 0 !important; */
}

/*  
  Specify width and height of the Logo 
  Note : image must atleast 100x100 in 'px' for
*/
.login_spg_logo_main {
  /* background-image: url('login_logo.svg') !important; */
}

/* 
  Specify width and height of the Logo 
  Note : image must atleast 400x600 in 'px' for
  better quality and fit to the banner container 
 */
.login_spg_img_banner {
  /* background-image: url('login_banner.jpg') !important; */
}

/* Hide or remove unnecessary elements */
.login_spg_logo_sub,
.login_spg_centerborder,
.login_spg_spgtext {
  /* display: none !important; */
}
</pre></body></html>