/* Custom backoffice-front file */

body { 
  /* COLORS */
  --bo-color-brand: #ff9800;
  --bo-color-brand-hover: #e78a00;
  --bo-color-brand-opacity: rgba(255, 152, 0, 0.5);

  /* ASSETS */
  --bo-background-login: url('/assets/img/keycloack/hiperber_background-login.jpg');
  --bo-logo-user: url('/assets/img/logo/hiperber_logo.png');
  --bo-spinner: url('/assets/img/spinner/hiperber_spinner.gif');
}

[class*=t--header--logo--img] {
  background-size: contain !important;
}