.branding-logo {
    max-height: 74px;
    margin-bottom: 5px;
}

.branding-divider {
    width: 2px;
    height: 80px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.branding-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    a {
        color: #FFFFFF;
    }
}

.branding-footer-inner {
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: center;
    align-items: flex-end;
    max-width: 73.5rem;
    margin: 0 auto;
    background-color: var(--primary-colour);
}

.branding-footer-outer {
    background-color: var(--primary-colour);
}

.branding-footer-outer.login {
    width: 100vw;
}

@media screen and (max-height: 579px) {
    #bottom-template {
        position: relative;
        bottom: 0;
        z-index: 1000;
    }
}

@media screen and (min-height: 580px) {
    #bottom-template {
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }
}

