body {
  margin: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#OwnerWrapper{
  height: 100vh;
  transform-origin: left top;
}

.app-backdrop {
  height: 620px;
  background: url('./manager-head.jpg') no-repeat center bottom;
  background-size: cover;
}

.misc .text-block {
  margin-top: 8%;
}

.misc .row {
  position: relative;
}

.row .middle-part {
  width: 60%;
  padding-left: 20%;
  font-size: 0
}

.div-left,.div-right {
  display: inline-block;
  width: 50%;
}

.row .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #74CCFC;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  outline: 0;
  text-align: center;
}

.row .middle-part h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400
}

.row .middle-part h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px
}

.row .middle-part img {

}

.app-slogan {
  background-color: #ECECEC;
  color: #9E9E9E;
  font-size: 14px;
  text-align: center;
  padding: 30px;
}

.app-slogan .list li {
  display: inline-block;
  margin: 0 20px;
}
