div.adminLoginDiv {
    background-color: orange;
    position: absolute;
    border-bottom: 3px solid red;
    width: 200px;
    height: 100px;
    left: 10px;
}

div.adminStatusDiv {
  position: absolute;
  background-color: orange;
  border-bottom: 3px solid red;
  width: 200px;
  height: 25px;
  left: 10px;
}

div.assetPickDiv {
  position: absolute;
  background-color: orange;
  border-bottom: 3px solid red;
}