.youth_four_climate_signup_popup_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: RGBA(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.youth_four_climate_signup_popup_header .youth_four_climate_signup_popup_outer_back {
    position: relative;
    max-width: 600px;
    width: 100%;
    left: 0;
    top: 0;
}

.youth_four_climate_signup_popup_header .youth_four_climate_signup_popup_outer_back .close_popup {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #38424e;
}

.youth_four_climate_signup_popup_header .youth_four_climate_signup_popup_outer_back .close_popup:hover {
    background-color: #38424e;
    color: #FFFFFF;
}

.youth_four_climate_signup_popup_header .youth_four_climate_signup_popup_outer_back .close_popup svg {
    width: 32px;
    height: 32px;
}

.youth_four_climate_signup_popup_header .youth_four_climate_signup_popup_outer {
    max-width: 600px;
    padding: 40px;
    background-image: url(../images/fbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.youth_four_climate_signup_popup_header .youth_four_climate_signup_popup_outer .youth_four_climate_signup_popup_text .heading {
    color: #FFFFFF;
}

#PopupSignupForm_0.show:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0,0,0,0.8);
    z-index: 9990;
}


#PopupSignupForm_0 .mc-modal {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    bottom: auto;
    right: auto;
}