.get-discount {
  background: #31353e url(../img-temp/discount.jpg) no-repeat 50% 0 / cover;
  position: relative;
  color: rgba(255,255,255,.8);
  padding: 100px 0;
}
.get-discount:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,.6);
}
.get-discount .container {
  z-index: 1;
  position: relative;
}
.get-discount h2,
.get-discount .h2 {
  font-size: 56px;
  color: #fff;
}
.get-discount h2 strong,
.get-discount .h2 strong {
  color: #e74c3c;
}
.get-discount .sky-form {
  box-shadow: none;
  border: none;
}
.get-discount .sky-form .input input {
  background: none;
  border: solid 1px #fff;
  color: #fff;
}
.get-discount .sky-form .input input:hover,
.get-discount .sky-form .input input:focus,
.get-discount .sky-form .input input:active {
  border: solid 1px #fff;
  box-shadow: none;
}
.get-discount ::-webkit-input-placeholder {color: #fff; opacity: 1;}
.get-discount ::-moz-placeholder {color: #fff; opacity: 1;} /* Firefox 19+ */
.get-discount :-moz-placeholder {color: #fff; opacity: 1;} /* Firefox 18- */
.get-discount :-ms-input-placeholder {color: #fff; opacity: 1;}

.get-discount .sky-form .row {
    margin: 0 -15px 15px;
}