.avatar{
  width:50px;
  height:50px;
  border-radius:50%;
  object-fit:cover;
  margin-right:10px;
}

.top-logo{
  position:absolute;
  top:18px;
  right:30px;
  z-index:10;
}

.top-logo img{
  width:90px;
  height:auto;
  object-fit:contain;
}

body{
  position:relative;
}
@media(max-width:768px){
  .top-logo{
    position:relative;
    top:auto;
    right:auto;
    text-align:right;
    margin-bottom:10px;
  }

  .top-logo img{
    width:75px;
  }
  #modalBody label{
  display:block;
  margin:8px 0 4px;
  font-size:13px;
  font-weight:bold;
}

#modalBody input,
#modalBody select,
#modalBody textarea{
  width:100%;
  box-sizing:border-box;
}
}