body{}
svg.icon.icon-logo use {display:none;}
svg.icon.icon-logo {
   position: relative; 
   background: url('/assets/sid-custom/logobox.png') center center no-repeat; 
   background-size:contain; 
   width: 20px;
}
svg.icon.icon-logo:before {
   content: '';
   position: absolute;
   left: 0; right: 0; top: 0; bottom: 0;
}


/*#app > div > div.fullscreen-center > div > div.hero-unit:before {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background-image: url('/assets/sid-custom/sidrid-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}*/

/*Mobile*/

/*login page*/
footer{
  display:none
}

.bottom-navigation {
 display: block
}

.loading-animation #logo-u-b-w,
.loading-animation #logo-u-color {
  display: none !important;
}

.loading-animation {
 background: url('/assets/sid-custom/logobox.png') center center no-repeat;
 background-size:contain; 
 width: 50px;
 animation: spin-logo 8000ms linear infinite; 
}

@keyframes spin-logo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--end of mobile--*/

.poweredBy {display: none !important;}
