.earthTech__signup {
  max-width: 2000px;
  margin: auto;
}
.earthTech__signup#earthTech__signup {
  padding-bottom: 0 !important;
}
.earthTech__signup-side_logos {
  width: 40%;
  height: 100vh;
  background-color: #F6F8FB;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .earthTech__signup-side_logos {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .earthTech__signup-side_logos {
    width: 15%;
  }
  .earthTech__signup-side_logos .container-fluid {
    padding: 0 6px;
  }
}
.earthTech__signup-side_logos-logo {
  padding: 12px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .earthTech__signup-side_logos-logo {
    padding: 4px;
  }
}
.earthTech__signup-side_logos-wrapper {
  position: relative;
  top: -86px;
  opacity: 0;
  transition: all 300ms ease-out 0s;
}
.earthTech__signup-side_logos .small-spacer {
  height: 40px;
  width: 100%;
}
.earthTech__signup-side_logos .large-spacer {
  height: 140px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .earthTech__signup-side_logos .large-spacer {
    display: none;
  }
}
.earthTech__signup-form {
  background-color: #ffffff;
  width: 60%;
  padding: 90px 140px 120px 140px;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .earthTech__signup-form {
    padding: 90px 90px 120px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .earthTech__signup-form {
    padding: 90px 50px 120px 50px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .earthTech__signup-form {
    padding: 50px 20px 120px 20px;
    width: 85%;
  }
}
.earthTech__signup-form_wrapper {
  max-width: 500px;
  margin: auto;
}
.earthTech__signup-form_wrapper h1 {
  font-size: 36px;
  margin-bottom: 12px;
}
.earthTech__signup-form_wrapper .tab {
  display: none;
  min-height: 263px;
}
.earthTech__signup-form_wrapper .indicator-line {
  width: 100%;
  height: 4px;
  background-color: #E9EBF0;
}
.earthTech__signup-form_wrapper .indicator-line.active {
  background-color: #c1d640;
}
.earthTech__signup-form_wrapper .buttons button {
  flex: 1;
}
.earthTech__signup-form .main-footer {
  position: fixed;
  bottom: 0;
  left: 40%;
  right: auto;
  width: 60%;
  background-color: #ffffff;
  max-width: 1200px;
  padding: 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .earthTech__signup-form .main-footer {
    width: 70%;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .earthTech__signup-form .main-footer {
    width: 85%;
    left: 15%;
    padding: 0 20px;
  }
}
.earthTech__signup-form .main-footer .footer-content {
  padding: 15px 0;
  border-top: 2px solid #E9EBF0;
}
@media (max-width: 767px) {
  .earthTech__signup-form .main-footer .footer-content {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .earthTech__signup-form .main-footer .footer-content {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .earthTech__signup-form .main-footer .footer-content a.navbar-brand img {
    width: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .earthTech__signup-form .main-footer .footer-content a.navbar-brand img {
    width: 80px;
  }
}
