﻿@charset "UTF-8";

body {
    color: white !important;
    display: block !important;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.login-section {
    background: url("../clientportal/images/login-bg.jpg") center right no-repeat;
    background-size: cover;
}

strong {
    font-weight: bold;
}

.header {
    background: white;
    padding: 20px 0;
}

    .header.maintenance {
        background: none;
    }

    .header img {
        height: auto;
        max-width: 240px;
    }

.clear {
    clear: both;
}

.login-screen-left {
    margin-top: 32px;
}

    .login-screen-left h2 {
        color: white;
        font-size: 48px;
        line-height: 64px;
        font-weight: bold;
        margin-bottom: 0px;
        max-width: 540px;
    }

.login-screen-right {
    margin-top: 64px;
}

.login-screen-left, .left-side-login, .info-alerts, .reset-title {
    background: rgba(35, 137, 194, .75);
}

.reset-title {
    font-size: 24px;
}

.left-side-login {
    padding: 0 15px;
}

.login-form-wrap {
    padding: 15px !important;
    background: #469ccc;
    color: white;
    margin: 24px 0;
}

    .login-form-wrap form label {
        font-weight: bold;
        margin-top: 10px;
        font-size: 24px;
    }

    .login-form-wrap form input.input-field {
        background: #e7eef2;
        width: 100%;
        padding: 3px 10px;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        color: #444;
        border: 0;
        margin-top: 0;
        font-size: 15px;
        height: auto;
    }

.field-icon {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #aaa;
    font-size: 18px;
}

.login-form-wrap button {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    outline: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #1b3868;
    border: 0;
    color: white;
}

.login-form-wrap button:focus {
    background: white;
    color: black;
}

.submit_btn.disabled, .submit_btn:disabled {
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form-wrap a {
    text-decoration: underline;
    color: white;
    font-size: 24px;
}

.info-alerts {
    padding: 40px !important;
    font-size: 15px;
    line-height: 21px;
}

    .info-alerts h6 {
        color: white;
        font-size: 24px;
        font-weight: lighter;
        line-height: inherit;
        margin-left: -3px;
        margin-bottom: 16px;
    }

footer {
    margin-top: 0;
    min-height: 200px;
    background: white;
}

    footer.maintenance-footer {
        background: #259ad4;
    }

body.maintenance {
    background: white;
}

.right.maintenance {
    background: url(../images/maintenance-bg.png) top right no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
}



.maintenance-top {
    background: white;
    color: #1b3867;
    padding: 20px 0;
    position: relative;
    z-index: -9999;
}

    .maintenance-top h2 {
        color: #1b3868;
    }

        .maintenance-top h2 span {
            color: #259ad4;
        }

.maintenance h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #ff0000;
    margin-top: 32px;
}

.maintenance p {
    padding: 8px 0;
}

.maintenance-bottom {
    background: #259ad4;
    color: white;
    padding: 20px 0;
    position: relative;
    z-index: -9999;
}

    .maintenance-bottom h6 {
        font-size: 48px;
        font-weight: lighter;
        margin-left: -3px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

.maintenance-screen-left {
    background: none;
}

@media all and (max-width: 1199px) {
    .right.maintenance {
        width: 100%;
        z-index: -999999;
        background-size: 100%;
    }

    .header.maintenance, .maintenance-top {
        background: rgba(255,255,255,.9) !important;
    }
}

@media all and (max-width: 767px) {
    footer {
        min-height: 300px !important;
    }
}

@media all and (min-width: 992px) {
    .right.maintenance {
        width: 56%;
    }
}

@media all and (min-width: 1200px) {
    .right.maintenance {
        width: 45%;
    }
}

@media all and (min-width: 1400px) {
    .right.maintenance {
        width: 33%;
    }
}

.reset-screen {
    padding: 32px 0;
}

@media all and (min-width: 992px) {
    .reset-screen {
        padding: 140px 0;
    }

    .invalid-user-reset-screen {
        padding: 180px 0 !important;
    }
    .forgot-password-reset-screen {
        padding: 154px 0 !important;
    }
    .reset-change-password-reset-screen {
        padding: 105px 0 !important;
    }
    .verify-security-code-reset-screen {
        padding: 105px 0 !important;
    }
}

.reset-screen h2 {
    color: white;
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
}

.reset-password-back-to-login {
    margin-top: 60px;
}

.back-to-login-link {
    color: white !important;
    font-size: 18px !important;
}