*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    background: linear-gradient(to right, #0776bc, #022338);
    background-color: #f5f6f8;
    font-family: 'Nunito Sans', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
}

    h2.lg {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

p {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

label {
    margin-bottom: .25rem;
}

label {
    margin-bottom: .25rem;
}

a {
    background-color: transparent;
    color: #0776bc;
    text-decoration: none;
    transition: color .12s ease-out;
}

    a:hover {
        color: #0056b3;
        text-decoration: none;
    }

.btn.btn-primary {
    background-color: #ef8200;
    border-color: #db7905;
}

    .btn.btn-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(219, 121, 5, .5);
    }

ul {
    list-style: none;
    margin-top: 2rem;
    padding-left: 0;
}

li {
    margin-bottom: 2rem;
}

.list {
    display: flex;
}

main {
    background-image: url("../images/ul-pattern.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.main-container {
    margin-bottom: auto;
    margin-top: auto;
    padding-bottom: 5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-check-input:checked {
    background-color: #0776bc;
    border-color: #0d6efd;
}

.form-inline-pw {
    display: block;
    margin-bottom: .375rem;
    min-height: 1.5rem;
    padding-left: 1.5em;
}

.login-header {
    color: #939a9e;
    font-family: "Roboto Condensed","Nunito Sans","Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
}

.divider {
    position: relative;
}

    .divider::before {
        background: #ffffff;
        border-top: 1px solid #eeeeff;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% + 1px));
        width: 100%;
    }

.divider-content {
    background-color: #fff;
    color: #97a4af;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 0.9375rem;
    position: relative;
}

.card {
    border: 0 solid transparent;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.085);
}

.form-control {
    font-size: .875rem;
    padding-bottom: 8px;
    padding-top: 8px;
}

    .form-control:focus {
        background-color: #fff;
        border-color: #b1bbc4;
        box-shadow: none;
        color: #6c757d;
        outline: 0;
    }

    .form-control::-webkit-input-placeholder {
        color: #adb5bd;
        font-size: .8125rem;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #adb5bd;
        font-size: .8125rem;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #adb5bd;
        font-size: .8125rem;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #adb5bd;
        font-size: .8125rem;
        opacity: 1;
    }

.list .icon {
    align-items: center;
    background-color: #fff;
    border-radius: 25%;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(255,255,255,.075);
    color: #ef8200;
    display: inline-flex;
    font-size: 1.125rem;
    height: 2.625rem;
    justify-content: center;
    margin-right: 1rem;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    width: 2.625rem;
}

    .list .icon.inverted {
        align-items: center;
        background-color: #ef8200;
        border-radius: 25%;
        box-shadow:0 0 5px 2px rgb(0 0 0 / 10%);
        color: #fff;
    }

.content {
    flex: 1;
    margin-top: 0;
    -webkit-box-flex: 1;
}

    .content > p {
        font-size: 0.875rem;
        line-height: 2;
    }

.subtitle {
    color: #ffffff;
    line-height: 2;
    margin-bottom: 2rem;
}

ul#application-list li a {
    font-family: "Titillium Web" "Roboto","Nunito Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}
