.sub_image_container.primary-background,
.portal_content_land h6.primary-color,
.portal_footer__right p:not(.show) {
    display: none;
}

.portal_banner {
    float: none;
    height: 525px;
}

.portal_content_land p,
.portal_footer article,
.portal_footer article p {
    font-size: 1em;
    font-weight: 400 !important;
}

form#meetingroom {
    max-width: 225px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

form#meetingroom .btn {
    width: auto;
}

form#meetingroom label {
    font-weight: bold !important;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.portal_footer {
    border: none;
}

.portal_footer__left img {
    max-width: 100px;
}

.portal_footer__right {
    margin: 20px auto !important;
    text-align: center;
}

.portal_footer__right > div {
    margin-bottom: 0.75em;
}

.portal_footer__right a {
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0.5em;
}

@media screen and (min-width: 800px) {
    .portal_login_content_container {
        display: flex;
        justify-content: space-between;
        gap: 2em;
        width: auto;
        max-width: 700px;
        margin: 2em auto;
        clear: both;
        float: none;
    }

    .portal_content_container:nth-child(1) {
        order: 2;
        width: 35%;
        padding: 0;
    }

    .portal_content_container:nth-child(2) {
        order: 1;
        width: 65%;
        padding: 0;
    }

    .portal_footer__left {
        position: absolute;
    }

    .portal_footer__left img {
        max-width: 200px;
    }
}
