body {
  background-color: rgb(0, 0, 0);
  color: rgb(255,255,255);
}
.start-left-icon-ie {
  color: white;
  margin-top: 3%;
  margin-left: 5%;
}
.start-left-icon-ie .icon-econ-ie {
  font-size: 5.5em;
}
.start-screen-ie {
  background-color: #000;
  width: 100vw;
  height: 100vh;
}
.start-screen-content-ie {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
}
.start-screen-content-ie p, label {
  color: white;
}
p.start-disclaimer-ie {
  color: grey;
  margin: 0 auto;
  max-width: 400px;
  font-family: sans-serif;
}
.start-disclaimer-wrap-ie {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.logo-ie {
  margin-left: -36px;
  width: 200px;
}
.larger-ie {
  font-family: sans-serif;
}