html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

* {
    font-family: Roboto;
}

body {
    display: flex;
    flex-flow: column;
    height: calc(100vh - 1px);
}

.main-content {
    flex-grow: 1;
}

/* black header */
.app-header {
    background-color: #000;
    padding: 0 15px;
    color: #fff;
    display: flex;
    flex-flow: row;
    gap: 10px;
    height: 45px;
    align-items: center;
}

    .app-header h1 {
        margin: 0;
        font-size: 16px;
        line-height: 32px;
    }


.app-footer {
    border-top: 1px solid #e3dbd3;
    background-color: #f1f1f1;
    color: #7b6d65;
    font-size: 0.75em !important;
    line-height: 22px;
    height: 22px;
    background: #f1f1f1;
    width: 100%;
    font-family: Arial,sans-serif;
}

    .app-footer .content {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

        .app-footer .content a {
            color: #7b6d65;
            text-decoration: none !important;
        }

            .app-footer .content a:hover {
                text-decoration: none !important;
            }

.sabis-registered-trademark {
    font-size: 0.8em;
    position: relative;
    top: -3px;
}

.sabis-policies {
    display: inline;
}

    .sabis-policies span {
        margin: 0 6px;
    }

.app-footer .sabis-policies a:first-child {
    margin-left: 15px;
}

.background-image-holder {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.background-image {
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    height: 100%;
}

.schoolselector-inputs-wrapper {
    max-width: 403px;
    border-radius: 10px;
    padding-top: calc(33vh);
    margin: 0 auto;
}

.schoolselector-inputs {
    display: flex;
    gap: 5px;
    flex-flow: column;
    padding: 20px;
    background: white;
}

    .schoolselector-inputs .bootstrap-select {
        width: 100% !important;
        box-shadow: none !important;
    }

.sabis-btn {
    background-color: #0080bb;
    color: #fff;
    box-shadow: none !important;
}

    .sabis-btn:hover {
        background-color: #40b4e2;
        color: #fff !important;
    }


.access-denied-logo {
    max-height: 84px;
    width: 276px;
    margin-top: 10px;
}
