body {
  background-image: url('/media/templates/site/atceuc/images/airport-back.png');
  background-color: #1e2023;
  background-size: 100% auto;;
  background-repeat: no-repeat;
}
.navbar-brand {
  width:150px;
}
.atceuc-form {
  width: 80%;
  margin: auto;
  background-color: rgb(33,37,41,.6);
  padding: 25px;
  border-radius: 5px;
  color: white;
}
.visforms-data {
  background-color: white;
}
.field39 {
  width:20%;
  float:left;
  white-space: nowrap;
}
.field4 {
  width:80%;
  float:left;
}
.atceuc-infobox {
  color: white;
  background-color: rgba(69, 68, 68, 0.66);
  padding: 15px;
  width: 50%;
  margin: 0 auto 20px auto;
  border-radius: 5px;
  text-align:center;
}
.row > .gestapelt {
  width: 100% !important;
  margin: 5px 0 5px 0;
}
.link-logo {
  width: 50px;
  position: relative;
  top: -10px;
}
.col-xxl-9 {
  width: 100% !important;
  margin-left:0;
}
.gdf-logo {
  width: 67px;
  position: relative;
  bottom: 5px;
}
.footer {
  position: relative;
  width: 100%;
  bottom: 0;
  text-align: center;
  background-color: rgba(64, 62, 62, .6) !important;
  color: white;
  margin-top:50px !important;
  font-size:small;
}

@media only screen and (max-width: 991px) {
  .atceuc-form {
    width:100%;
  }
  .atceuc-infobox {
    width:100%;
  }
}
