.popupS-base {
  display: none;
}

.popupS-content {
  background-image: url('../images/greenbook-bnoble.png'); 
  background-size: contain;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-radius: 0px !important;
  padding: 40px 20px !important;
}

.popupS-open>.popupS-overlay {
  opacity: .8 !important;
}

.popupS-close {
  color: #958b8b;
}

.popup {
  text-align: center;
  font-family: MuliBlack;
  margin-top: 120vw;
}

.popup .languages {
  margin-bottom: 15px;
  justify-content: flex-start;
}

.popup .languages form{
  margin-right: 10px;
}

.popup-header p {
  font-size: 25px;
  margin: 0px 0px 20px;
  color: black;
  text-align: left;
  line-height: 1.1;
  font-family: MuliBold;
}

.popup-wrapper {
  align-items: center;
  justify-content: space-around;
  margin: 10px 0px;
}

.popup-wrapper.in {
  display: flex !important;
}

.popup-wrapper p {
  text-align: center;
  font-size: 16px;
  color: black;
}

.popup-footer p {
  font-family: MuliLight;
  text-align: center;
  font-size: 12px;
  color: black;
  margin: 10px 0px 0px;
}

.popup .landing-button {
  display: block;
}

.popup-cognito {
  display: none;
}

.popup-cognito.in {
  display: block !important;
}

.popupS-content .cog-header, .popupS-content .cog-abuse {
  display: none !important;
}

.popupS-content .cog-form__content .cog-label:not(.cog-offscree){
  font-family: MuliLight !important;
}

.popupS-content .cog-form__content input {
  background-color: #2d2d2d !important;
  color: white !important;
  font-family: MuliLight !important;
}

.popupS-content .cog-form__content button {
  font-family: MuliBlack !important;
  border-radius: 10px !important;
  display: block !important;
  width: 100% !important;
  height: 46px !important;

}

.popupS-content .cog-field {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.popupS-content .cog-page__navigation {
  padding-top: 10px !important;
}

.popup-register {
  position: absolute;
  top: 20%;
  left: 5%;
}

.popup-register p{
  margin: 0px;
}

@media (min-width: 380px) {

  .popupS-content {
    padding: 40px !important;
  }

  .popup-register {
    top: 22%;
    left: 6%;
  }
}

@media (min-width: 1024px) {
  .popupS-content {
    max-width: 765px !important;
    width: 765px !important;
  }
  .popupS-content {
    display: flex;
    justify-content: flex-end;
  }
  .popup{
    width: 340px;
    margin-top: 0px;
  }
  .popup-header p {
    font-size: 32px;
  }
  .popup-register {
    position: absolute;
    top: 50%;
    left: 4%;
  }
}


