body {
    font-size: 16px;
}
.totalWidth {
  width: 1200px;
}

.flexContainer {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.flex-item {
  padding: 5px;
  margin: auto;
  text-align: center;
}

.boxLabel {
  font-size: 18px;
  text-align: start;
  text-decoration: underline;
}
.flex-container1 {
    display: flex;
    /*width: 1100px;*/
    text-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;/*two box*/
    flex-direction: row;
}
.div-a{
    position:absolute;
    left:0px; top:-567px;
}
.div-b{
    position:absolute;
    right:0px; top:-567px;
}
input {
	background-color: #333333;
	color: #5da4ef;
	max-width:5em;
}