@font-face {
    font-family: 'ffx_european_thinlight';
    src: url('../fonts/ffx_european_thin_light-webfont.woff2') format('woff2'),
         url('../fonts/ffx_european_thin_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri-light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/calibril.woff') format('woff');
}

@font-face {
    font-family: 'calibrilight_italic';
    src: url('../fonts/calibri-light-italic-webfont.woff2') format('woff2'),
         url('../fonts/calibri-light-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.ffx {
    font-family: 'ffx_european_thinlight';
}

.calibri {
    font-family: 'calibrilight-italic';
}

.footer-company {
    font-weight: normal;
    font-size: 19px !important;
}

#loginFooter {
    padding-top: 2rem;
    padding-bottom: 2rem;
    h1 {
        font-size: 20px;
    }
    .sba-login-brand {
        display: flex;
        flex: 1;
        .logo-commercial {
            font-size: 16px;
        }
    }
    .sba-footer-info {
        padding-right: 2rem;
        font-size: 13px;
        &:last-child {
            padding-right: 0;
        }
        .address-numbers {
            font-size: 11.5px;
        }
    }
    .pre-login-footer {
        border-bottom: 1px solid #fff;
    }
}

.footer-disclaimer {
    font-size: 13px;
}

.main {
    min-height: calc(100vh - 220px);
}

@media screen and (min-width:740px) {
    .pre-login-footer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}