*, ::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 {
    font-family: "Roboto Condensed","Nunito Sans","Helvetica Neue",Arial,sans-serif;
    margin-bottom: .25rem;
}


a {
    background-color: transparent;
    color: #0776bc;
    text-decoration: none;
    transition: color .12s ease-out;
}

    a:hover {
        color: #0056b3;
        text-decoration: none;
    }

.login-subheader {
    font-family: "Roboto Condensed","Nunito Sans","Helvetica Neue",Arial,sans-serif;
    color: #0776bc;
    font-size: .875rem
}

.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;
}

.font-rc {
    font-family: "Roboto Condensed","Nunito Sans","Helvetica Neue",Arial,sans-serif;
}

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: 9px;
    padding-top: 10px;
}

    .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;
    margin-bottom: 2rem;
}

ul#application-list {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

    ul#application-list li h6 {
        font-family: "Titillium Web","Roboto","Nunito Sans","Helvetica Neue",Arial,sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #0776bc;
        margin-bottom: 0px;
    }

    ul#application-list li p {
        line-height: normal;
        color: #939a9e;
    }

ul.card-list li {
    margin-bottom: 1rem;
}

ul.card-list a.card {
    padding: .750rem;
    border-radius: 4px;
    border: 1px solid rgba(173,173,173,0.5);
    box-shadow: none;
    transition: all .2s ease-in-out;
}

    ul.card-list a.card:hover {
        background-color: #e7f2f8;
        box-shadow: 0 0.5rem 1rem rgba(45, 45, 45, .12), 0 0.25rem 0.5rem rgba(45, 45, 45, .16), 0 0 0.125rem rgba(45, 45, 45, .2);
        border: 1px solid rgba(173,173,173,0.9);
    }


ul#application-list li:last-child {
    margin-bottom: 0;
}

#toggle-password {
    position: relative;
    cursor: pointer;
    float: right;
    margin-right: 12px;
    margin-top: -27px;
    color: gray;
}

ul#requirements li {
    font-family: "Roboto Condensed","Nunito Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    color: #bc2f07;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: 400;
}

ul#requirements {
    margin-top: 0;
}

    ul#requirements li i {
        color: #bc2f07;
        margin-right: 6px;
    }

.popover {
    max-width: 376px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.popover-header {
    background-color: #f9fafc;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Roboto Condensed","Nunito Sans","Helvetica Neue",Arial,sans-serif;
    line-height: normal;
}

.list-group-item-pw-valid {
    color: #058b23 !important;
}

ul#requirements li.list-group-item-pw-valid i {
    color: #058b23 !important;
}

.logo-link {
    display: block;
    width: 110px;
    height: 100px;
    background-image: url('/images/logo-w.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.fas.uControl\.Web::before {
    font-family: "Font Awesome 5 Free"; /* or your FA version */
    font-weight: 900; /* solid style */
    /* pick up the CSS var, fallback to print (f02f) */
    content: var(--ucontrol-web-icon, "\f02f");
}

.fas.uControl\.Web {
    --ucontrol-web-icon: "\f007"; /* now it’ll show the “user” icon */
}