@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: Poppins, Helvetica, sans-serif !important;
    font-size: 12px !important;
    background-color: #f4f5fb;
}

label {
    color: #484996;
    font-weight: bold;
}

a {
    text-decoration: none !important;
    color: #3384d0 !important;
}

.btn-primary {
    background-color: #484996 !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #25265e !important;
    }

.clear {
    clear: both;
}

a.txtLink {
    color: #188dd8 !important;
    text-decoration: none;
}

a.txtLink:hover {
    text-decoration: underline;
}

/* ==================================
    FIELD VALIDATION STYLES
=====================================*/

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: .9em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* ==================================
    BOOTSTRAP OVERRIDES
=====================================*/

.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 #484996;
}

.text-start {
    color: #484996 !important;
}

/* ==================================
    LOGIN PAGE(S) STYLES
=====================================*/

.messageCenterContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.messageCenter {
    background-color: #f5f5f5;
    padding: 10px;
}

    .messageCenter h3 {
        height: 85px;
        color: #484996;
        text-align: center;
        background-image: url("../images/message-box.png");
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .messageCenter .messageCenterContent {
        overflow: hidden auto;
        max-height: 390px;
        max-width: 425px;
        min-height: 390px;
        min-width: 425px;
        text-align: center;
        padding: 15px;
    }

        .messageCenter .messageCenterContent img {
            width: 100%;
            height: auto;
        }

#systemHealth {
    float: right;
    margin-top: 5px;
}

.topLink, .topLink:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

    .topLink:hover {
        text-decoration: underline;
    }

.topDiv {
    background-color: #484996;
    /*padding: 10px 20px;*/
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}

.topAlerts {
    position: relative;
    top: 50px;
    width: 100%;
    padding: 5px;
}

.loginBox {
    max-width: 400px;
    margin: 20px auto 20px;
    padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .loginBox.login-2-columns {
        max-width: 800px;
    }

    .loginBox main {
        position: relative;
        min-height: 450px;
    }

.loginSection {
    position: relative;
    min-height: 390px;
}

.footerLinks {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.login-copyright {
    text-align: center;
}

.login-msg {
    max-height: 330px;
    overflow: auto;
    padding: 0 25px;
    margin-top: 30px;
}

.loginImgDiv img {
    max-width: 100%;
    height: auto;
}

.loginImgDiv {
    margin: 60px auto 0px;
    border: none;
    text-align: center;
    width: 250px;
}

.loginOther {
    display: flex;
    color: #aaaaaa;
}

    .loginOther hr {
        width: 100%;
        margin: 8px 5px 0 5px;
        color: #ced5da;
    }

.loginOtherLinks img {
    width: 215px;
}

.passwordRequirements {
    background-color: #fffeed;
    padding: 10px;
}

    .passwordRequirements p {
        font-weight: bold;
    }

    .passwordRequirements ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }

.spinner {
    background-image: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    height: 40px;
    width: 100%;
}

footer {
    color: #646464;
}

.mobileLink {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

#mblBanner {
    background: #fff;
    border: 1px solid #4c4794;
    padding: 15px 20px 20px;
    position: absolute;
    top: 50px;
    right: -5px;
    width: 368px;
}

#mblBanner h3 {
    color: #4c4794;
    font-size: 20px;
    margin: 0;
}

#mblBanner p {
    margin: 0;
    color: #5c5c5c;
}

#mblBannerLeft {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 40pt;
}

#mblBannerRight {
    float: left;
    width: 75%;
    margin-left: 12px;
}

#mblChoiceWrapper {
    width: 315px;
    margin: 0 auto;
    text-align: center;
}

#mblChoiceWrapper h1 {
    color: #4c4794;
    margin-top: 30px;
}

a.mblChoice {
    display: block;
    background: #fff;
    color: #188dd8;
    border: 1px solid #4c4794;
    padding: 15px;
    position: relative;
    margin-top: 35px;
}

.mblChoiceLeft {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 35pt;
}

.mblChoiceRight {
    float: right;
    width: 78%;
    text-align: left;
}

span.choiceHdr {
    font-size: 20px;
    font-weight: bold;
    color: #4c4794;
    display: block;
}

.mblChoiceLeft span {
    color: #8887c1;
}

#rembChoice {
    margin: 40px 20px;
}

#rembChoice label {
    color: #4c4794;
    float: left;
    text-align: left;
    width: 92%;
    padding-left: 10px;
}

#rembChoice input[type="checkbox"] {
    float: left;
    width: 4%;
    position: relative;
    top: 3px;
}

p#notMbl {
    font-size: 12px;
    color: #7b7b7b;
    text-align: left;
}
