﻿*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    font: normal normal 12px "Segoe UI" !important;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 52px;
    z-index: 9999;
    position: absolute;
}

    .header .logo {
        text-align: left;
    }

        .header .logo img {
            margin-top: 11px;
            width: 57%;
        }

.Log_h h1 {
    font-style: inherit;
    font-variant: inherit;
    font-weight: bold;
    text-align: left;
    width: 100%;
    font-size: 24px !important;
    text-transform: uppercase;
}

.log_p {
    border: none 0;
    margin: 0 auto;
    padding: 0 0 25px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: baseline;
    max-width: 100%;
    text-align: justify;
}

.login-icon-field {
    height: 250px;
    width: 100%;
}

.login-icon {
    margin: 50px 65px;
}

.login-form {
    padding: 15px 25px 10px;
    min-height: 120px;
    width: 100%;
}

.username-input, .password-input {
    color: #000 !important;
    border-radius: 20px;
    height: 36px;
    border: #6e8dba solid 1px;
    font-size: 12px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
}

.marquee {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 56px;
}

.top_nav_links {
    color: #FFF;
}

    .top_nav_links a {
        color: #000;
        line-height: 54px;
        font-size: 12px;
    }

.login h4 {
    height: 45px;
    text-align: center;
    background-color: #4c4e5f;
    border: #4c4e5f solid 2px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    line-height: 45px;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.navigation {
    font-size: 8pt;
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: none;
    padding: 8px;
}

.ClientName1 {
    color: #020202;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin: 5px 0 20px;
    font-weight: bold;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 30px;
    z-index: 9999;
    width: 100%;
    color: #fff !important;
    margin: 0 auto;
    line-height: 14px;
}

    .footer p {
        width: 100%;
        text-align: center !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 300;
    }

.error {
    color: #ff5b5b;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.row {
    display: none;
}

.username-row {
    position: relative;
    height: 32px;
    margin-bottom: 20px;
}

.password-row {
    position: relative;
    height: 32px;
    margin-bottom: 12px;
}

.password-icon, .user-icon {
    margin: 5px;
}

    .password-icon .key-path, .user-icon .user-path {
        fill: rgb(250, 255, 189);
    }

    .user-icon .user-path {
        animation: dash 3s 0.8s linear forwards;
    }

input {
    position: absolute;
    width: 100%;
    height: 30px;
    border: none;
    color: #CCC;
    font-size: 12px;
    padding: 0 15px;
}

    input:focus, button:focus {
        outline: none;
    }

    input::-webkit-input-placeholder {
        color: #666;
    }

    input::-moz-placeholder {
        color: #666;
    }

.call-to-action {
    margin: 0 0 20px;
    min-height: 100px;
    width: 100%;
}

.button {
    display: block;
    width: 87% !important;
    height: 40px;
    padding: 0;
    margin: 0 25px 10px;
    font-weight: 700;
    color: #fff;
    border: #CCC solid 1px !important;
    border-radius: 50px;
    user-select: none;
    background: #2e3191;
}

    .button:hover {
        border: #CCC solid 1px !important;
        box-shadow: 0 0 4px #CCC !important;
    }

p {
    display: inline-block;
    margin: 8px 0;
    font-size: 12px;
    color: #fb2424;
    font-weight: 600;
}

.popup-blocker {
    margin-top: 52px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    width: 100%;
    margin-left: 25px;
}

.register {
    color: #333;
    cursor: pointer;
    padding-bottom: 10px;
    text-decoration: underline;
    width: auto;
    background: transparent;
    position: absolute;
    left: 10px;
    font-size: 11px;
}

.forgot {
    color: #333;
    cursor: pointer;
    padding-bottom: 10px;
    text-decoration: underline;
    width: auto;
    background: transparent;
    position: absolute;
    right: 0;
    font-size: 11px;
}

label, p a:hover {
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

    label.username_input, label.password_input {
        cursor: pointer;
        width: 40px;
        line-height: 40px;
        text-align: center;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(0, 0, 0);
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.dropdown {
    width: 200px;
    font-family: calibri;
    font-size: 10pt;
    height: 26px;
    border: #c7d8e3 solid 1px;
    border-bottom: 1px solid #c7d8e3;
    border-left: 1px solid #c7d8e3;
    border-right: 1px solid #c7d8e3;
    border-top: 1px solid #c7d8e3;
}

.btn-warning {
    color: #fff;
    background-color: #337ab7;
    border-color: #286090;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #286090;
        border-color: #337ab7;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #286090;
        border-color: #337ab7;
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #286090 !important;
            border-color: #337ab7 !important;
        }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #0071b7;
        border-color: #397fab;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #ffffff;
        background-color: #286090 !important;
        border-color: #337ab7 !important;
    }

.login_img {
    text-align: center;
    margin: 15px 0 20px 0;
}

input, button, select, textarea {
    font-family: Calibri;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}


@media screen and (max-width: 2020px) {
    body {
        background-image: url("../images/back.png");
    }

    .login {
        margin: 0;
        background-color: #fff;
        width: 24%;
        position: absolute;
        top: 115px !important;
        right: 275px !important;
        color: #333;
        border-radius: 10px;
        box-shadow: 0 0 13px 2px rgb(0, 0, 0, 0.12);
    }

    .body_content {
        position: absolute;
        margin: 0;
        color: #fff;
        padding: 11px 6px;
        z-index: 9999;
        top: 115px !important;
        width: 45% !important;
        left: 120px !important;
        padding: 5px 10px !important;
    }

        .body_content p {
            color: #fff;
            width: auto;
            font-size: 20px;
            line-height: 1.5;
            font-weight: 400 !important;
        }

        .body_content h4 {
            font-size: 16px;
            font-weight: 500;
            width: auto;
            color: #fff;
        }

        .body_content ul {
            margin: 0;
            padding: 0;
            width: auto;
            padding: 4px 20px;
            padding-bottom: 20px;
        }

        .body_content li {
            list-style: circle;
            font-size: 18px;
            line-height: 22px;
            color: #fff;
            line-height: 1.5;
        }
}


@media screen and (max-width: 1920px) {
    body {
        background-image: url("../images/back.png");
    }

    .login {
        margin: 0;
        background-color: #fff;
        width: 24%;
        position: absolute;
        top: 115px !important;
        right: 275px !important;
        color: #333;
        border-radius: 10px;
        box-shadow: 0 0 13px 2px rgb(0, 0, 0, 0.12);
    }

    .body_content {
        position: absolute;
        margin: 0;
        color: #fff;
        padding: 11px 6px;
        z-index: 9999;
        top: 115px !important;
        width: 45% !important;
        left: 120px !important;
        padding: 5px 10px !important;
    }

        .body_content p {
            color: #fff;
            width: auto;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 400 !important;
        }

        .body_content h4 {
            font-size: 18px;
            font-weight: 500;
            width: auto;
            color: #fff;
        }

        .body_content ul {
            margin: 0;
            padding: 0;
            width: auto;
            padding: 4px 20px;
            padding-bottom: 20px;
        }

        .body_content li {
            list-style: circle;
            font-size: 18px;
            line-height: 22px;
            color: #fff;
            line-height: 1.5;
        }
}


@media screen and (max-width: 1440px) {
    body {
        background-image: url("../images/back.png");
    }

    .login {
        margin: 0;
        background-color: #fff;
        width: 24%;
        position: absolute;
        top: 115px !important;
        right: 275px !important;
        color: #333;
        border-radius: 10px;
        box-shadow: 0 0 13px 2px rgb(0, 0, 0, 0.12);
    }

    .body_content {
        position: absolute;
        margin: 0;
        color: #fff;
        padding: 11px 6px;
        z-index: 9999;
        top: 115px !important;
        width: 45% !important;
        left: 120px !important;
        padding: 5px 10px !important;
    }

        .body_content p {
            color: #fff;
            width: auto;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400 !important;
        }

        .body_content h4 {
            font-size: 14px;
            font-weight: 500;
            width: auto;
            color: #fff;
        }

        .body_content ul {
            margin: 0;
            padding: 0;
            width: auto;
            padding: 4px 20px;
            padding-bottom: 20px;
        }

        .body_content li {
            list-style: circle;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            line-height: 1.5;
        }
}

@media screen and (max-width: 1024px) {
    body {
        background-image: url("../images/back.png");
    }

    .login {
        margin: 0;
        background-color: #fff;
        width: 30%;
        position: absolute;
        top: 115px !important;
        right: 106px !important;
        color: #333;
        border-radius: 10px;
        box-shadow: 0 0 13px 2px rgb(0, 0, 0, 0.12);
    }

    .body_content {
        position: absolute;
        margin: 0;
        color: #fff;
        padding: 11px 6px;
        z-index: 9999;
        top: 115px !important;
        width: 45% !important;
        left: 120px !important;
        padding: 5px 10px !important;
    }

        .body_content p {
            color: #fff;
            width: auto;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400 !important;
        }

        .body_content h4 {
            font-size: 14px;
            font-weight: 500;
            width: auto;
            color: #fff;
        }

        .body_content ul {
            margin: 0;
            padding: 0;
            width: auto;
            padding: 4px 20px;
            padding-bottom: 20px;
        }

        .body_content li {
            list-style: circle;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            line-height: 1.5;
        }
}

@media screen and (max-width: 768px) {
	.top_nav_links {
		color: #FFF;
		position: absolute;
		top: -45px;
		left: 0;
	}
    .login {
        background-color: #fff;
        width: 90%;
        position: absolute;
        top: 80px !important;
        right: 5%;
        color: #333;
        border-radius: 10px;
        box-shadow: 0 0 13px 2px rgb(0, 0, 0, 0.12);
        left: 5%;
    }

    .body_content {
        position: absolute;
        margin: 0;
        color: #fff;
        padding: 11px 6px;
        z-index: 9999;
        top: 500px !important;
        width: 90% !important;
        left: 31px !important;
        padding: 5px 10px !important;
        
        visibility:hidden;
    }

        .body_content p {
            color: #fff;
            width: auto;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400 !important;
        }

        .body_content h4 {
            font-size: 14px;
            font-weight: 500;
            width: auto;
            color: #fff;
        }

        .body_content ul {
            margin: 0;
            padding: 0;
            width: auto;
            padding: 4px 20px;
            padding-bottom: 20px;
        }

        .body_content li {
            list-style: circle;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            line-height: 1.5;
        }

    .top_nav_links a {
        color: #fff;
    }
}
footer {
    position: fixed;
    bottom: 5px;
    margin: 0 auto;
    width: 100%;
    left: 0;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: #F9F9F9;
}