html,
body {
    margin: 0px;
    padding: 0px;
    background-size: 100% 100%;
    -ms-overflow-style: scrollbar;
    font-size: 14px;
    font-family: 'Arial',sans-serif;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

.login_wrapper {
    height: 100vh;
}

    .login_wrapper .login_grid {
        position: relative;
    }

        .login_wrapper .login_grid .slide-img {
            height: 100vh;
        }

        .login_wrapper .login_grid .login_inner {
            position: absolute;
            width: 100%;
            top: 0;
            z-index: 1;
            color: #fff;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 60px 60px 10px;
        }

            .login_wrapper .login_grid .login_inner .col-lg-6 {
                padding-left: 15px;
                padding-right: 15px;
            }

.left_grid .logo {
    background: rgb(255 255 255 / 31%);
    padding: 10px 40px;
    display: inline-block;
}

    .left_grid .logo img {
        width: 350px;
    }



.left_grid .left_content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 15px;
    color: #000;
}

    .left_grid .left_content h2 span.aqua-text {
        color: #003697;
    }

    .left_grid .left_content h2 span.purple-text {
        color: #007dc0;
    }

.left_grid .left_content p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 0px;
}

.support_text.desktop {
    background: rgb(255 255 255 / 31%);
    padding: 10px 25px;
}

.support_text p {
    color: #000;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

    .support_text p a {
        color: #003792;
        display: inline-block;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: underline;
    }

        .support_text p a:hover {
            color: #003792;
        }

.right_grid {
    position: relative;
}

    .right_grid .icon {
        position: absolute;
        width: 100%;
        top: -50px;
    }

        .right_grid .icon .icon_inner {
            width: 84px;
            height: 84px;
            line-height: 84px;
            border-radius: 50%;
            background: #003792;
            margin: 0px auto;
            text-align: center;
        }

.right_inner {
    background: rgba(0,54,148,0.7);
    padding: 40px 40px 20px;
    margin: 0px 60px;
    border-radius: 10px;
}

    .right_inner h3 {
        font-size: 24px;
        margin: 0px 0px 10px;
        text-align: center;
    }

    .right_inner .form-group {
        margin-bottom: 15px;
    }

        .right_inner .form-group label {
            margin-bottom: 10px;
            font-size: 14px;
        }

        .right_inner .form-group .custom_input {
            position: relative;
        }

            .right_inner .form-group .custom_input i {
                position: absolute;
                right: 10px;
                top: 10px;
                color: #000;
                font-size: 16px;
            }

            .right_inner .form-group .custom_input .form-control {
                height: 35px;
                border-radius: 6px;
                font-size: 12px;
                border: 1px solid #ddd;
            }

.forgot_pass {
    margin: 10px 0px;
}

    .forgot_pass a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

.bottom_grid h4 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 500;
}

.micro-btn {
    background: #fff;
    color: #003692;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
}

    .micro-btn img {
        width: 24px;
        margin-right: 5px;
    }

.btn-submit {
    background: #2B2A7D;
    border: 1px solid #2B2A7D;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}

.support_text.mobile {
    display: none;
}

@media only screen (min-width: 1920px) {
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .right_inner {
        margin: 0px;
    }

    .login_wrapper .login_grid .login_inner {
        padding: 60px 20px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .login_wrapper .login_grid .login_inner {
        display: block;
    }

    .right_inner {
        margin: 60px 0px;
    }

    .support_text.mobile {
        text-align: center;
        margin: 10px 0px;
        display: block;
        background: rgba(255,255,255,0.8);
        padding: 5px;
    }

        .support_text.mobile p {
            font-size: 12px;
            color: #000;
        }

            .support_text.mobile p a {
                color: #003792;
                text-transform: capitalize;
                text-decoration: underline;
            }

    .support_text.desktop {
        display: none;
    }

    .left_grid .left_content {
        display: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {

    .left_grid .left_content {
        display: none;
    }

    .login_wrapper .login_grid .login_inner {
        display: block;
    }

    .right_inner {
        margin: 60px 0px;
    }

    .support_text.mobile {
        text-align: center;
        margin: 10px 0px;
        display: block;
        background: rgba(255,255,255,0.8);
        padding: 5px;
    }

        .support_text.mobile p {
            font-size: 12px;
            color: #000;
        }

            .support_text.mobile p a {
                color: #003792;
                text-transform: capitalize;
                text-decoration: underline;
            }

    .support_text.desktop {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    .left_grid .left_content {
        display: none;
    }

    .left_grid .logo img {
        width: 100%;
    }

    .login_wrapper .login_grid .login_inner {
        display: block;
        padding: 10px 0px;
    }

    .right_inner {
        margin: 40px 0px;
        padding: 40px 20px 20px;
    }

    .support_text.mobile {
        text-align: center;
        margin: 10px 0px;
        display: block;
        background: rgba(255,255,255,0.8);
        padding: 5px;
    }

        .support_text.mobile p {
            font-size: 12px;
            color: #000;
        }

            .support_text.mobile p a {
                color: #003792;
                text-transform: capitalize;
                text-decoration: underline;
            }

    .support_text.desktop {
        display: none;
    }

    .right_grid .icon {
        top: -30px;
    }

        .right_grid .icon .icon_inner {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }

            .right_grid .icon .icon_inner img {
                width: 30px;
            }

    .right_inner .form-group .custom_input .form-control {
        height: auto;
    }

    .right_inner .form-group .custom_input i {
        top: 8px;
    }

    .forgot_pass a {
        font-size: 12px;
    }

    .micro-btn {
        padding: 3px 8px;
    }

    .bottom_grid {
        margin-bottom: 30px !important;
    }

        .bottom_grid h4 {
            font-size: 16px;
        }

    .login_wrapper .login_grid .slide-img {
        height: 600px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
    .left_grid .left_content {
        display: none;
    }

    .left_grid .logo img {
        width: 100%;
    }

    .login_wrapper .login_grid .login_inner {
        display: block;
        padding: 10px 0px;
    }

    .right_inner {
        margin: 40px 0px;
        padding: 40px 20px 20px;
    }

    .support_text.mobile {
        text-align: center;
        margin: 10px 0px;
        display: block;
        background: rgba(255,255,255,0.8);
        padding: 5px;
    }

        .support_text.mobile p {
            font-size: 12px;
            color: #000;
        }

            .support_text.mobile p a {
                color: #003792;
                text-transform: capitalize;
                text-decoration: underline;
            }

    .support_text.desktop {
        display: none;
    }

    .right_grid .icon {
        top: -30px;
    }

        .right_grid .icon .icon_inner {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }

            .right_grid .icon .icon_inner img {
                width: 30px;
            }

    .right_inner .form-group .custom_input .form-control {
        height: auto;
    }

    .right_inner .form-group .custom_input i {
        top: 8px;
    }

    .forgot_pass a {
        font-size: 12px;
    }

    .micro-btn {
        padding: 3px 8px;
    }

    .bottom_grid {
        margin-bottom: 30px !important;
    }

        .bottom_grid h4 {
            font-size: 16px;
        }

    .login_wrapper .login_grid .slide-img {
        height: 600px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
    .left_grid .left_content {
        display: none;
    }

    .left_grid .logo img {
        width: 100%;
    }

    .login_wrapper .login_grid .login_inner {
        display: block;
        padding: 10px 0px;
    }

    .right_inner {
        margin: 40px 0px;
        padding: 40px 20px 20px;
    }

    .support_text.mobile {
        text-align: center;
        margin: 10px 0px;
        display: block;
        background: rgba(255,255,255,0.8);
        padding: 5px;
    }

        .support_text.mobile p {
            font-size: 12px;
            color: #000;
        }

            .support_text.mobile p a {
                color: #003792;
                text-transform: capitalize;
                text-decoration: underline;
            }

    .support_text.desktop {
        display: none;
    }

    .right_grid .icon {
        top: -30px;
    }

        .right_grid .icon .icon_inner {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }

            .right_grid .icon .icon_inner img {
                width: 30px;
            }

    .right_inner .form-group .custom_input .form-control {
        height: auto;
    }

    .right_inner .form-group .custom_input i {
        top: 8px;
    }

    .forgot_pass a {
        font-size: 12px;
    }

    .micro-btn {
        padding: 3px 8px;
    }

    .bottom_grid {
        margin-bottom: 30px !important;
    }

        .bottom_grid h4 {
            font-size: 16px;
        }

    .login_wrapper .login_grid .slide-img {
        height: 600px;
    }
}



.carousel-caption {
    right: 5% !important;
    bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    left: unset;
    padding-bottom: 0 !important;
}

.left_grid .left_content {
    background: rgb(255 255 255 / 31%);
    padding: 20px 25px;
}
.bg-image {
    background-image: url('../img/bg-Login.jpg');
    background-size: cover;
    background-position: center center;
    opacity: 0.65;
}