.page {
  background-color: #dddddd !important;
  background-image: url("https://cdn.videostorm.com/www/assets/images/0002_BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: block;
}

.infillion_demo {
  display: flex;
  justify-content: center;
}

.demo-elem {
  width: 60% !important;
  min-width: 60% !important;
  max-width: 60% !important;
}

.demo-elem-80 {
  width: 80% !important;
  min-width: 80% !important;
  max-width: 80% !important;
}

.demo-elem-95 {
  width: 95% !important;
  min-width: 95% !important;
  max-width: 95% !important;
}

.infillion_logo {
  height: 5rem !important;
}

.infillion_foot {
  text-align: center;
  margin-top: 40px;
  color: #4d4d4d;
}

.inf_logo_row {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 20%;
  max-height: 20%;
}

.button-controls {
  margin-top: 1.5%;
  margin-bottom: -1%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.button-controls .btn-controls {
  margin-left: 1%;
  margin-right: 1%;
  color: #ffffff;
  width: 7rem;
  background: #313131;
  background-color: #313131;
  border-color: #313131;
}
