/*!
 * HERA scss 
 * Copyright 2024 - 2025 HERA Lab
 * qui ci sono le personalizzazioni minime dei tenant
 * 
 */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;700&display=swap");
body.bg-primary {
  font-family: "Outfit", sans-serif;
  background-color: #119CBB !important;
}

.bg-gradient-primary {
  background-color: #119CBB !important;
  background-image: linear-gradient(180deg, #119CBB 10%, #2AB4CB 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.submenu {background-color: #2AB4CB !important;}
.sidebar-brand .img {
  background-image: url("../images/app_cer-tify_eu/logo-cer.png");
}

.anonymous .sidebar-brand .img {
  width: 10rem;
  height: 10rem;
}

.bg-login-image {
  background: url("../images/app_cer-tify_eu/bkg-cer.png");
  background-position: center center;
  background-repeat: no-repeat;
}



