.notification-text {
    text-align: right;
    color: #fff;
    font-size: 10px;
    width: 55%;
}

.portal_header {
    height: 66px;
    background-color: #ffffff;
    padding-left: 0;
}

.portal_header svg {
    margin-top: 6px;
}

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

.portal_footer__right {
    margin: 20px auto !important;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    flex-wrap: wrap;
}

.portal_footer__right > * {
    flex: 1 0 50%;
}

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

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

.portal_footer__right p:nth-child(1), .portal_footer__right p:nth-child(4) {
    display: none;
}
