footer {
background-color:#b11010;
}
.footer-container, .footer-container a, .footer-container span {
    color: #FFFFFF;
}
#twentyfive_seventyfive-835311514 .threequarter .inner-column{
padding-top:30px;
}

.system-error, .system-info {
    background-color: #fff;
    border-radius: var(--sysBorderRadius);
    padding: 10px;
    box-sizing: border-box;
    font-size: var(--sysFontSize);
    font-family: var(--sysFont);
    position: relative;
    padding-left: 45px;
    padding-right: 20px;
    color: #fff !important;
}

.system-error a, .system-info a {
    font-size: var(--sysFontSize);
    font-weight: 500;
    text-decoration: none;
    color: #fff !important;
}

.system-error .warning-icon, .system-info .info-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    color: #fff;
}