.hero-banner-section {
  margin: 0;
}
.hero-banner-section.new-hero-form .hero-section-inner {
  padding-top: 0;
}
.auth-banner {
  background-image: url(../../freemium/blog-bg.png) !important;
  background-color: #e6ebf1;
  background-position: unset;
  background-size: cover;
  height: unset !important;
  padding: 205px 20px 85px;
}
.auth-banner .hero-content {
  max-width: 80%;
  margin: 0 auto;
}
.auth-banner .hero-content h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  text-align: center;
}
.auth-banner .hero-content p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.auth-banner .hero-content-img {
  text-align: center;
  backdrop-filter: blur(30px);
  border: 1px solid transparent;
  border-image: radial-gradient(
      circle at center,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 20px;
  border-radius: 30px;
  margin-top: 40px;
}
.auth-banner .hero-content-img img {
  width: 100%;
}
.auth-banner .corporate-banner {
  padding: 40px 0 0px;
}
.auth-banner .book-left-content {
  text-align: center;
}
.auth-banner .corporate-banner .corporate-book .book-left-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.auth-banner .common-btn-primary .btn-primary {
  background-color: #ffffff !important;
  height: 40px !important;
  border-radius: 24px !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 100% !important;
  padding: 5px 44px !important;
  color: #0d92f4 !important;
}
.footer-section.cms-footer {
  border-top: 0;
}

@media only screen and (max-width: 1199px) {
  .auth-banner {
    padding: 156px 20px 60px;
  }
  .auth-banner .hero-content h1 {
    font-size: 54px;
    line-height: 1;
  }
  .auth-banner .hero-content p {
    font-size: 16px;
  }
  .auth-banner .hero-content-img {
    margin-top: 30px;
  }
  .auth-banner .corporate-banner .corporate-book .book-left-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .auth-banner {
    padding: 120px 15px 40px;
  }
  .auth-banner .hero-content h1 {
    font-size: 44px;
    line-height: 1;
  }
  .auth-banner .hero-content p {
    font-size: 15px;
  }
  .auth-banner .hero-content-img {
    margin-top: 25px;
  }
  .auth-banner .corporate-banner .corporate-book .book-left-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .auth-banner {
    padding: 110px 15px 30px;
  }
  .auth-banner .hero-content {
    max-width: 100%;
  }
  .auth-banner .hero-content h1 {
    font-size: 36px;
    line-height: 1;
  }
  .auth-banner .hero-content p {
    font-size: 14px;
  }
  .auth-banner .hero-content-img {
    margin-top: 20px;
  }
  .auth-banner .corporate-banner .corporate-book .book-left-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .corporate-banner .corporate-book .book-left-content {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .auth-banner {
    padding: 100px 0px 25px;
  }

  .auth-banner .hero-content h1 {
    font-size: 28px;
  }

  .auth-banner .corporate-banner .corporate-book .book-left-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
