*{
  margin: 0;
  padding: 0;
}




@font-face {
  font-family: 'paralucent-bold';
  src: url('../fonts/paralucent-bold-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}




@font-face {
  font-family: 'paralucent-demi';
  src: url('../fonts/paralucent-demibold-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-demibold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}




@font-face {
  font-family: 'paralucent-light';
  src: url('../fonts/paralucent-light-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;

}




@font-face {
  font-family: 'paralucent-medium';
  src: url('../fonts/paralucent-medium-webfont.woff2') format('woff2'),
       url('../fonts/paralucent-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}
.wrapper {
  max-width: 430px;
  margin: 0 auto;
  background: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px 30px;
  position: relative;
}
.main-form {
  background-color: #007239;
  width: 80%;
  margin: 0 auto;
  padding: 50px 10px 20px;
  border-radius: 10px;
  border: 4px solid #fff;
  position: relative;
}
.main-form .logo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.main-form .logo img {
  width: 100%;
}
.main-form label {
  color: #B3CF54;
  font-family: 'paralucent-medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-form label span {
  color: red;
}
.main-form .form-control {
  border-radius: 15px;
  font-family: 'paralucent-light';
}
.form-check:hover {
  cursor: pointer;
}
.form-check label {
  color: #fff;
  font-size: 11px;
  font-family: 'paralucent-light';
}
.form-check2 label {
  color: #fff;
  font-size: 11px;
  font-family: 'paralucent-light';
}

.btn-secondary {
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  background: #EEA847;
  border: 0px solid;
  width: 180px;
  height: 50px;
  font-family: 'paralucent-bold';
}
.bottom-image {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 60%;
  display: none;
}
.bottom-image img {
  width: 100%;
}

.thankyou-wrapper {
  /* background: url(../images/bg-thank.png);
  background-size: cover;
  background-repeat: no-repeat; */
}
.thankyou-wrapper {
  padding: 200px 0px 310px;
}
.statue-left {
  position: absolute;
  top: -57%;
  left: -45px;
}
.statue-right {
  position: absolute;
  right: -46px;
  top: -40%;
}
.tank-you {
  text-align: center;
  padding: 15% 8%;
}
.tank-you h3 {
  color: #EEA847;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'paralucent-demi';
}
.tank-you p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'paralucent-light';
}
.bottom-left {
  position: absolute;
  bottom: -45px;
  left: -15px;
}
.bottom-tree {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom-city {
  position: absolute;
  bottom: 0;
  right: 0;
}
.error {
  color: red;
  font-size: 12px;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 10px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 300px;
} */

.popup-content button {
  margin-top: 10px;
  background-color: #007bff;
}
.form-check label i {
  font-family: 'paralucent-medium';
}
.form-check label a {
  color: inherit;
}
.extra-copy {
  width: 80%;
  margin: 40px auto 0;
}

.extra-copy span {
  text-align: start !important;
  color: #d9d9d9;
  font-size: 12px;
  font-family: 'paralucent-light';
}
.extra-copy p {
  color: #fff;
  font-size: 12px;
  text-align: justify;
  font-family: 'paralucent-medium';
  margin: 0;
}
.sponsor-copy b {
  font-family: 'paralucent-bold';
  color: #fff;
}
.sponsor-copy p {
  font-family: 'paralucent-light';
  font-weight: 300;
  line-height: 15px;
  color: #d9d9d9;
}
.extra-copy span a {
  color: #d9d9d9;
}