/* 
  !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; */
}

img.brand-logo {
  content: url('logo_home_white.svg') !important;
  height: 30px !important;
  max-height: 30px !important;
  max-width: 110px !important;
}

#loginbuttonid {
  background: transparent linear-gradient(270deg,#780c08 0%,#ff0000 100%) 0% 0% no-repeat padding-box !important;
}