#background_image {
  background-image: url("background.png");
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: content-box;
  bottom: 0px;
  margin-bottom: 200px;
}

#overlay {
  background-color: rgba(13, 68, 145, 0.6);
  height: 100%;
  width: 100%;
}

#logo {
  position: relative;
  left: 0;
}

.NoMargin {
  margin: 0;
}
