.body {
	background-position: center;
    background-size: cover !important;
    width: 100%;
    height: 100%;
	background: url(../images/background-secaucus.jpg) no-repeat fixed;
  overflow: visible;
  padding: 0px;
}

.title-text {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: rgba(211, 36, 36, .74);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.content-section {
  position: static;
  left: 0px;
  top: 12%;
  right: 0px;
  display: block;
  width: 40%;
  min-width: 400px;
  margin-right: 0px;
  margin-left: 14%;
  padding: 9px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 24px 0 #000;
  font-family: 'Supernett cn', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0px;
}

.subtitle-text {
  margin-bottom: 22px;
  font-family: Oswald, sans-serif;
  color: rgba(211, 36, 36, .74);
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text {
  margin-bottom: 27px;
  font-family: Oswald, sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.field-label {
  font-family: Oswald, sans-serif;
  color: #8a8a8a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.field-label-2 {
  text-align: left;
}

.form {
  min-width: 100%;
  float: none;
  font-family: 'Open Sans', sans-serif;
}

.submit-button {
  width: 100%;
  margin-bottom: 0px;
  padding: 8px 30px;
  background-color: rgba(211, 36, 36, .74);
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.text-field {
  margin-bottom: 10px;
}

.image {
  width: 150px;
  height: 150px;
  max-width: 150%;
}

.form-wrapper {
  margin-bottom: 30px;
}

.div-block {
  height: 100vh;
}

.all-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 80px 40px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ddd;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 22px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 100;
}

.select-field {
  margin-bottom: 19px;
}

@media (max-width: 991px) {
  .content-section {
    display: block;
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
    text-decoration: none;

  }

  .form {
    display: block;
    width: 50%;
  }
  .form-wrapper {
    display: block;
    float: none;
    clear: none;
    text-align: left;
  }
  .all-content-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .success-message {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .body {
    background-position: -268px 0px;
  }
  .title-text {
    font-size: 60px;
  }
  .subtitle-text {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .title-text {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
  }
  .content-section {
    width: 100%;
    min-width: 100px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
		background-color: white;
  }
  .subtitle-text {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 30px;
  }
  .text {
    font-size: 18px;
    line-height: 23px;
    /*text-shadow: 0 0 6px rgba(0, 0, 0, .74);*/
  }
  .field-label {
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }
  .form {
    width: 100%;
  }
  .dollar {
	size:100%;
  }
  .submit-button {
    padding: 14px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .text-field {
    margin-bottom: 0px;
  }
  .form-wrapper {
    margin-bottom: 30px;
  }
  .all-content-wrap {
    padding-top: 40px;
  }
}

@font-face {
  font-family: 'Supernett cn';
  src: url('../fonts/Supernett-cn-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett cn';
  src: url('../fonts/Supernett-cn-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Supernett cn';
  src: url('../fonts/Supernett-cn-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Supernett cn';
  src: url('../fonts/Supernett-cn-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
