@import url(https://fonts.googleapis.com/css?family=Roboto);
@media only screen and (min-width: 1024px) {
input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000000;
  background: #fafafa;
  font-size: 18pt;
 }
 td {
  padding-left: 50px;
  padding-right: 50px;
 }
 .logintd {
   border-left: 1px solid #aeaeae;
   min-width: 50px;
 }
 table {
   position: absolute;
   top: 25%;
   left: 50%;
   translate: -50% -50%;
   background: #fafafa;
   border-radius: 2px;
   border: 1px solid #efefef;
   padding: 60px;
   box-shadow: 2px 2px 2px 2px #efefef;
 }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

#output {
  padding: 20px;
  text-align: center;
}

.appscontainer {
  display: flex;
}

.statusbox {
  border: 1px black solid;
  width: 100%;
}

.appcontainer {
  padding: 2px;
  margin-left: 5px;
  display: flex;
  background-color: aliceblue;
  height: 50px;
  width: 150px;
}}