.mm-url--content-container h2 {
    font-style: normal;
}

.mm-url--footer {
    background-color: #0a4b98;
}
.portal_login_content_container {
    display: flex;
    flex-direction: row-reverse;
}

.portal_login_content_container .portal_content_container {
    padding: 0 3em !important;
}

.portal_header h4 {
    display: none;
    visibility: hidden;
}

.portal_header img {
    width: auto;
    height: 57px;
    margin-top: 11px;
    max-width: none;
    max-height: none;
}

.portal_footer {
    flex-direction: row;
}

.portal_footer article {
    width: 49%;
    margin: 10px 0 !important;
}
.portal_footer article p {
    margin-left: 1em;
    margin-right: 0;
}
.portal_footer__right a:hover {
    text-decoration: none;
}

.portal_footer__right {
    align-self: end;
    text-align: right;
    display: flex;
    justify-content: end;
}

.portal_footer__right p:nth-of-type(1) {
    display: none;
    visibility: hidden;
}

.whitelabel {
    display: none;
    visibility: hidden;
}
