:root {
    /* Global colour variables */
    --moh-blue: #1CAAE8;
}  


.btn.btn-primary{
    background-color: var(--moh-blue) !important;
  }



  .app-logo {
    min-width: 120px !important;
    min-height: 120px !important;
  }
  .navbar {
    background-color: var(--moh-blue);
    height: 65px !important;
    border-bottom: none !important;
  }
  

  .navbar-brand img {
    display: none !important;
    display: inline-block;
    max-width: 150px;
    max-height: 22px;
}

body{
background-image: url("/assets/uhv/images/bg.png");
background-size: 40%;


}