body {
  background-color: #dbdbdd;
  margin: 0;
  padding: 0;
}

.icon {
  max-width: 350px;
}

#bg {
  position: fixed;
  background-size: cover;
  z-index: -2;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/video-static.png") no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  letter-spacing: 0.04em;
  font-size: 18pt;
}

.inner {
  padding: 30px 70px 30px 70px;
}

.inner img {
  width: 320px;
  border-radius: 25px;
  margin: 0px;
}

.columns {
  margin-top: 20px;
  text-align: center;
}

p {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  color: #000000;
}

.textCentered {
  text-align: center;
  color: #6DA7BC !important;
}

.container {
  background-color: rgba(255, 255, 255, 0.85);
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;

  border-right: solid 20px #6DA7BC;
  border-left: solid 20px #6DA7BC;
}

.subscribe {
  margin: auto;
  text-align: center;
}

.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.field {
  position: relative;
  width: 100%;
}

label {
  left: 0 !important;
  width: 100px;
  font-size: 10pt;
}

.basic-slide {
  width: calc(100% - 100px) !important;
  margin-left: 100px !important;
  background: white !important;
}

@media screen and (max-width: 949px) {
  .fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .field {
    position: relative;
    width: 100%;
  }
  .basic-slide {
    width: calc(100% - 100px) !important;
    margin-left: 100px !important;
  }
  label {
    display: inline;
  }
}

button[type="submit"] {
  padding: 10px 15px;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: #6DA7BC;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  border: none;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .columns {
    -webkit-columns: auto auto; /* Chrome, Safari, Opera */
    -moz-columns: auto auto; /* Firefox */
    columns: auto auto;
  }
}

@media only screen and (max-width: 480px) {
  .inner {
    padding: 30px 30px 10px 30px;
  }
  .icon {
    width: 100% !important;
  }

  .container {
    border-right-width: 10px;
    border-left-width: 10px;
  }

  button[type="submit"] {
    display: block;
    margin-top: 15px;
  }

  p {
    font-size: 12pt;
  }

  .textCentered {
    font-size: 16pt;
  }

  .sub-title {
    font-size: 13pt !important;
  }
}
