




.titlebar
{
  height:85px;
  background-color:#F9F9F9;


  -webkit-transition:0.5s linear all;
  -moz-transition:0.5s linear all;
  -o-transition:0.5s linear all;
  transition:0.5s linear all;
 
}

.titlebarimage
{
  width:209px;
  /* float: left; */
  height:60px;
  background-size: contain;
  background-image: url(../../images/PrimepointMainLogo_2022.png);
}


.btn-primary {
  color: #fff;
} 