.signupWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.signupBannerDesktop {
  min-width: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px;
}

.signupBannerMobile {
  display: none;
  background-color: #efefef;
}

.bannerTextWrapper {
  width: 55%;
}

.signupFormWrapper {
  width: 50%;
  height: 100vh;
}

@media (max-width: 768px) {
  .signupWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signupBannerDesktop {
    min-width: 100%;
    display: none;
  }
  .signupBannerMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 182px;
    width: 100%;
    background-image: url("../img/sign-up-img.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 165%;
  }
  .signupBannerMobile h1 {
    text-align: left;
    padding: 16px;
    margin: 0;
  }
  .signupFormWrapper {
    width: 100%;
    height: 100%;
  }
}
#fb-login-btn {
  border-radius: 6px;
  background-color: rgba(45, 53, 69, 0.0588235294);
  border: none;
}
#fb-login-btn svg {
  --icon-size: 18px;
  --color: #1778f2;
  --hover-color:#1778f2;
}

#my-google-button,
#my-google-button:active {
  border-color: var(--background-color) !important;
}

#my-google-button-wrapper {
  position: relative;
}
#my-google-button-wrapper #my-google-button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0 !important;
  z-index: 10;
  cursor: pointer;
}
#my-google-button-wrapper:focus-visible {
  outline: none !important;
}
#my-google-button-wrapper:hover #just-style:before {
  opacity: 1;
}
#my-google-button-wrapper:active #just-style {
  -webkit-box-shadow: 0 0 0 4px var(--hPrGreenAction15) !important;
          box-shadow: 0 0 0 4px var(--hPrGreenAction15) !important;
}

#my-google-button > div > div > div {
  background-color: rgba(45, 53, 69, 0.0588235294) !important;
  border-radius: 6px !important;
  border: unset !important;
  height: 44px !important;
  opacity: 1 !important;
  position: relative;
}
#my-google-button > div > div > div > div:first-child {
  display: none !important;
}
#my-google-button > div > div > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 143, 178, 0.1019607843) !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#my-google-button > div > div > div:hover:before {
  opacity: 1;
}

#my-google-button [role=button] > div:nth-of-type(2) {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#my-google-button [role=button] > div:nth-of-type(2) > span:first-of-type {
  -ms-flex-positive: unset !important;
      flex-grow: unset !important;
  -webkit-box-flex: unset !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

#my-google-button:focus-visible {
  outline: none !important;
}

#my-google-button,
#my-google-button *,
#my-google-button *:focus,
#my-google-button *:focus-visible {
  outline: none !important;
}/*# sourceMappingURL=signup.css.map */