@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,700;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body.referrals-registration-page {
  padding: 0;
  margin: 0;
}
body.referrals-registration-page .banner-header {
  width: 100%;
  background-image: url(/assets/img/referral/referral_program_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 90% 35%;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 8px solid #dbe247;
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  body.referrals-registration-page .banner-header {
    padding: 0;
  }
}
body.referrals-registration-page .banner-header__inner {
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
}
@media only screen and (max-width: 500px) {
  body.referrals-registration-page .banner-header__inner {
    background-color: rgba(0, 0, 0, 0.3098039216);
  }
}
@media only screen and (max-width: 850px) {
  body.referrals-registration-page .banner-header__logo {
    width: 100px;
  }
}
body.referrals-registration-page .banner-header__heading {
  color: #FFFFFF;
  width: 100%;
  font-size: 50px;
  max-width: 780px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 1065px) {
  body.referrals-registration-page .banner-header__heading {
    font-size: 60px;
  }
}
@media only screen and (max-width: 950px) {
  body.referrals-registration-page .banner-header__heading {
    font-size: 50px;
  }
}
@media only screen and (max-width: 850px) {
  body.referrals-registration-page .banner-header__heading {
    font-size: 45px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 750px) {
  body.referrals-registration-page .banner-header__heading {
    font-size: 30px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  body.referrals-registration-page .banner-header__heading {
    font-size: 20px;
    max-width: 300px;
  }
}
body.referrals-registration-page .banner-header__subheading {
  color: #FFFFFF;
  width: 100%;
  max-width: 600px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 850px) {
  body.referrals-registration-page .banner-header__subheading {
    max-width: 400px;
  }
}
@media only screen and (max-width: 750px) {
  body.referrals-registration-page .banner-header__subheading {
    font-size: 14px;
    max-width: 250px;
  }
}
body.referrals-registration-page .main-section {
  margin: auto;
  width: 100%;
  max-width: 1180px;
  padding: 20px 20px 80px;
  gap: 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 950px) {
  body.referrals-registration-page .main-section {
    flex-direction: column;
    gap: 40px;
  }
}
body.referrals-registration-page .main-section .steps-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 950px) {
  body.referrals-registration-page .main-section .steps-section {
    align-items: center;
    margin-top: 40px;
  }
  body.referrals-registration-page .main-section .steps-section h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body.referrals-registration-page .main-section .steps-section h2 {
    font-size: 18px;
  }
}
body.referrals-registration-page .main-section .steps-section .step-card {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 0px 20px 0 0;
}
@media only screen and (max-width: 950px) {
  body.referrals-registration-page .main-section .steps-section .step-card {
    flex-direction: column;
    text-align: center;
  }
}
body.referrals-registration-page .main-section .steps-section .step-card__icon {
  width: 70px;
  height: 70px;
}
body.referrals-registration-page .main-section .steps-section .step-card__text {
  display: flex;
  flex-direction: column;
}
body.referrals-registration-page .main-section .steps-section .step-card__text .step-text {
  font-size: 18px;
  color: #0b29a3;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  body.referrals-registration-page .main-section .steps-section .step-card__text .step-text {
    font-size: 16px;
  }
}
body.referrals-registration-page .main-section .steps-section .step-card__text .step-desc {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  body.referrals-registration-page .main-section .steps-section .step-card__text .step-desc {
    font-size: 14px;
  }
}
body.referrals-registration-page .main-section .form-section {
  width: 100%;
  max-width: 580px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: -80px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 950px) {
  body.referrals-registration-page .main-section .form-section {
    margin-top: 0;
    max-width: 100%;
  }
}
body.referrals-registration-page .main-section .form-section .form-header {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: auto;
  gap: 10px;
}
body.referrals-registration-page .main-section .form-section .form-body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}
body.referrals-registration-page .main-section .form-section .form-body .form-title {
  text-align: center;
  color: #4ca9bc;
  font-size: larger;
}
body.referrals-registration-page .main-section .form-section form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.referrals-registration-page .submit-btn {
  margin: 0 auto;
  width: 100%;
  padding: 12px 30px;
  text-align: center;
  background-color: #4ca9bc;
  color: #ffffff;
  border-radius: 24px;
  border: none;
  text-decoration: none;
  transition: 0.5s;
}
body.referrals-registration-page .submit-btn:hover {
  background-color: #dbe247;
}
body.referrals-registration-page .form-label, body.referrals-registration-page label {
  font-family: "Poppins", sans-serif;
  color: #5e6e82;
}
body.referrals-registration-page .error-msg {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
body.referrals-registration-page .disabled {
  background-color: #c5dadd;
  pointer-events: none;
}
body.referrals-registration-page .disabled .spinner-border {
  display: inline-block;
}
body.referrals-registration-page .congrats-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 600px;
  gap: 10px;
  height: 100vh;
}/*# sourceMappingURL=referrals-registration.css.map */