div.logobar {
    padding: 10px 15px;
    height: 153px;
    text-indent: -9999px;
    background-color: rgb(248, 248, 248);
    background-image: url("https://conf.researchr.org/getImage/apsec-2022/orig/apsec22.png");
    background-size: contain;
    background-repeat: no-repeat;
}

div.logobar{
  position:relative;
}
a.navbar-brand.navigate {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1110px;
}

/* 
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
 */
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}