body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #0653b6;
}

    a:hover, a:focus {
        outline: 0;
        outline-offset: 0;
    }

.bgimage {
    background: url(../images/Bg-Image.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
    min-height: 100%;
    position: relative;
}
/** Header CSS **/
header, footer {
    background: #4b4c4e;
}

header {
    display: block;
    min-height: 110px;
    width: 100%;
}

    header h1 {
        font-size: 36px;
        color: #fff;
        margin: 0px;
        padding: 0px;
        font-weight: 600;
    }

    header h2 {
        font-size: 24px;
        color: #fff;
        margin: 0px;
        margin: 0 0 0 2px;
        font-weight: 600;
    }

    header .servicetext {
        /*margin-top: 15px;*/
        margin-left: -12px;
    }

    header .logo {
        margin-right: -10px;
        margin-top: 10px;
    }

.marqueeDiv {
    background-color: #f1f1f1;
    color: #444;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
/** Login Form CSS **/
.loginForm {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 3px #999999;
    margin-top: 10%;
    padding: 30px;
    margin-right: -9px;
}

    .loginForm h1 {
        text-align: center;
        position: relative;
        margin: 0 0 15px 0;
        padding: 0px;
    }

        .loginForm h1 span {
            background: #fff;
            text-transform: uppercase;
            color: #000;
            font-size: 28px;
            font-weight: 600;
            position: relative;
            z-index: 1;
            padding: 0 15px;
        }

        .loginForm h1:before {
            background: #cccccc none repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 1px;
            left: 0;
            position: absolute;
            top: 54%;
            width: 100%;
        }

    .loginForm input.form-control {
        border-radius: 0;
        box-shadow: inherit !important;
        color: #333333 !important;
        height: 45px;
    }

    .loginForm .loginbtn {
        background: #0653b6;
        border-radius: 0px;
        /*font-size: 18px;*/
        color: #fff;
        text-transform: uppercase;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .loginForm .forgotpws {
        margin-top: 15px;
    }

.loginbtn .loginbtn:focus, .loginbtn:hover {
    color: #fff;
    text-decoration: none;
    background: #043372;
}

.clickhere {
    text-decoration: underline;
}

#divExpiry {
    /*background-color:#fff;
    padding:15px;*/
    margin-top: 15px;
}

.PasswordExp {
    /*color:red;*/
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.alert-info {
    background-color: #ebf2fa;
    border-color: #d8e5f5;
    color: #0653B6;
}

.btn-default {
    background: #0653b6 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-default:focus, .btn-default:hover {
        color: #fff;
        text-decoration: none;
        background: #0653b6;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
/** Footer CSS **/
footer {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    font-size: 12px;
    color: #fff;
}

    footer ul.footerlinks {
        margin: 0px;
        padding: 0px;
    }

    footer .footerlinks li {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid #7f7f7f;
        color: #fff;
        font-weight: 600;
    }

        footer .footerlinks li:last-child {
            border: 0 none;
        }

        footer .footerlinks li a {
            color: #fff;
        }

    footer .copyright a {
        color: #96c3fc;
    }
    
:root {
    --light-white: #f5f8fa;
    --gray: #5e6278;
    --gray-1: #e3e3e3;
}

.d-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}


.wrapper-close {
    font-size: 45px;
    height: 40px;
    width: 46px;
}

.text-start {
    text-align: left !important;
    margin-bottom: .5rem !important;
}

.wrapper .logo img {
    max-width: 40%;
}

.wrapper input {
    background-color: #f1f1f1;
    border-color: #cbcbcb;
    color: var(--gray);
}

    .wrapper input:focus {
        background-color: #ffffff;
        box-shadow: none;
    }

.wrapper .password-info {
    font-size: 10px;
}

.wrapper .login_with {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

    .wrapper .submit_btn:focus,
    .wrapper .login_with:focus {
        box-shadow: none;
    }

    .wrapper .login_with:hover {
        background-color: var(--gray-1);
        border-color: var(--gray-1);
    }

    .wrapper .login_with img {
        max-width: 7%;
    }

/* OTP Verification CSS */
.wrapper .otp_input input {
    width: 12%;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
}

@media (max-width:1200px) {
    .wrapper .otp_input input {
        height: 50px;
    }
}

@media (max-width:767px) {
    .wrapper .otp_input input {
        height: 40px;
    }
}

.fw-normal {
    font-weight: 400 !important;
    color: #6c757d !important;
    margin-bottom: 1.5rem !important;
}

.my-4 {
    margin-bottom: 1.5rem !important
}

.text-dark {
    color: #212529 !important;
    font-weight: bolder !important;
    font-size: calc(1.275rem + .3vw) !important;
    margin-bottom: .5rem !important
}

.button {
    background-color: #204d74 !important;
    color: #ffffff !important;
}