.lp-topbar {
  background-color: #373d41;
  height: 50px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.lp-topbar-logo {
  float: left;
}
.lp-topbar-logo img {
  width: 80px;
  height: 20px;
  margin-top: 15px;
  margin-left: 20px;
}
.lp-topbar-title-wrap {
  float: left;
  color: white;
  height: 50px;
  padding: 0 20px 0 20px;
  vertical-align: middle;
}
.lp-topbar-title-wrap span {
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 14px;
}

.lp-left {
  position: absolute;
  float: left;
  margin-top: 0px;
  width: 180px;
  height: 100%;
}

.lp-main {
  position: absolute;
  float: left;
  left: 180px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #f5f7f9;
}
