body {
    min-height: auto;
}

h1 {
    display: none;
}

/* CSS for the "check your email" popup */
div.check-email {
    max-width: 500px;
    margin: 1em auto;
}
div.activation-image {
    text-align: center;
}
div.activation-header {
    margin: .5em auto;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
div.activation-body {
    margin: .5em auto;
    text-align: center;
    color: #84848C;
}

div.login-link {
    border-top: 1px solid #c4c4cc;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
}

.member-logos {
    margin: 2em 2em 0 2em;
}
.member-logos .member-logos-title {
    font-size: 170%;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1em;
    margin-bottom: .5em;
}
.member-logos .member-logos-content img {
    max-width: 100%;
    max-height: 150px;
    margin: .25em;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1)) 
          drop-shadow(-2px -2px 2px rgba(255, 255, 255, 0.2));
}

@media (min-width: 980px) {
    div.signup-info {
        padding-top: 2em;
    }
    div.section1-content div.header {
        font-size: 250%;
    }
}
@media (max-width: 980px) {
    div.section1-content {
        margin-bottom: 2em;
    }
    div.section1-content div.header {
        font-size: 200%;
    }
    div.section2 {
        margin-top: 3em;
    }
    div.signup-box {
        margin-top: -5em;
    }
    .member-logos .member-logos-title {
        font-size: 140%;
    }
}

div#agreed_wrapper {
    margin: 1em 0;
}
#btnactivate {
    width: 100%;
}

div#contact-note {
    margin: 1em 0;
}

label#touaccepted_label {
    font-size: inherit;
}
