html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-label {
    margin-bottom: .1rem;
}

#logo-inner {
    text-align: center;
    font-weight: bold;
    color: #003179;
    margin: 12px;
}

#logo-outer {
    width: 100%;
    display: flex;
    justify-content: center;
}

#login-outer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-ford {
    background-image: url('ford-logo-2017.png');
    height: 118px;
    width: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-ediserv {
    background-image: url('ediserv-logo.jpg');
    height: 60px;
    width: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.poweredby {
    margin: 10px;
}

.page-item > .page-number {
    padding: 6px 15px;
    display: inline-block;
}
