body {
  background-image: url('TPDOX-BG.png');
  background-repeat: no-repeat;
  background-color: white;
  color: black;
  font-family: Verdana;
}

.box {
  width: 550px;
  height: 105px;
  padding: 10px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.75);
}


.box2 {
  width: 400px;
  height: 125px;
  padding: 10px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.75);
}

.box3 {
  width: 48px;
  height: 50px;
  margin-left: 150px;
  background: #fff
}

