#caseSpecimens{
  display: flex;
  flex-direction:column;
  width:100%;
  height:20%;
}

#sampleButton{
  width: 15%;
}

#divRow1{
    display:flex;
    flex-direction:column;
    justify-content: stretch;
    width:100%;
    height:100%;
}

#divRow2{
  display:flex;
  flex-direction:row;
  justify-content: stretch;
  width:100%
  height:100%;
}

#divLabLogin{
  background-color: rgb(255, 222, 223);
  display:flex;
  flex-direction:column;
  width:50%;
  height:25vh;
}

#divCollectionAgentLogin{
  background-color: rgb(222, 234, 255);
  display:flex;
  flex-direction:column;
  width:50%;
  height:25vh;
}
