.BottomContainer{
  height: 50px;
  background: #39454b;
  text-align: center;
  padding-top: 15px;
}

.BottomContainer label {
  color: #F0F0F0;
  font-size: 13px;
}

@media only screen and (min-width:768px) {
  .BottomContainer{
    height: 80px;
    padding-top: 32px;
  }

  .BottomContainer label {
    font-size: 16px;
  }
}
