﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

#main_wrapper_login {
    width: 100%;
    /* max-width:1366px; */
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

    #main_wrapper_login header {
        background: #700694;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #000;
    }

        #main_wrapper_login header #logo {
            background: url("../images/logo_image.png") no-repeat;
            width: 215px;
            height: 46px;
            display: inline-block;
            margin: 0 16px 0 25px;
        }

        #main_wrapper_login header #heading_text {
            display: inline-block;
            padding: 10px 20px;
            color: #fff;
            vertical-align: top;
            font-size: 25px;
            border-left: 1px solid #35719f;
            font-family: Segoe UI;
        }

#login_content {
    background: url(../images/background_image.png) no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
    height: calc(100% - 136px);
    background-position: 0px -75px;
    position: relative;
}

#login_content_wrapper {
    width: 100%;
    display: inline-table;
    position: relative;
    /* position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;*/
}

#login_content #global_image_icon {
    background: url(../images/globe_icons.png) no-repeat;
    width: 506px;
    height: 275px;
    position: relative;
    top: 0px;
    left: 85px;
    display: block;
    z-index: 99;
}

#login_content #global_image_panel {
    padding: 35px 470px 35px 0;
    background: rgba(0,0,0,0.3);
    position: relative;
    top: -37px;
    color: #e0e0df;
    font-family: Segoe UI;
    font-weight: 300;
    font-size: 24px;
    text-align: right;
    line-height: 36px;
}

#error_msg {
    width: 275px;
}

#login_form_wrapper {
    position: absolute;
    top: 0px;
    right: 90px;
    width: 345px;
    background: #fff;
    padding: 26px 35px 41px 30px;
    z-index: 100;
    height: 380px;
}

#main_wrapper_login footer {
    background: #007cc4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*#login_form
{
	display:none;
}*/

.form_heading {
    font-family: Segoe UI;
    font-weight: 300;
    font-size: 30px;
    color: #700694;
    margin: 0 0;
}

#login_form label, #forgot_pass_link {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}

.lbl {
    font-family: Segoe UI;
    color: #666666;
    margin: 2px 0;
    font-weight: normal;
    font-size: 16px;
}

.error_label {
    color: red;
    font-family: Segoe UI;
    margin: 0 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
}

.input_grp {
    border: 1px solid #999;
    margin: 5px 0 10px 0;
    display: flex;
}

    .input_grp span img {
        vertical-align: middle;
        padding: 7px;
    }

    .input_grp input {
        vertical-align: top;
        width: 240px;
        height: 38px;
        border: none;
        border-left: 1px solid #999;
        padding: 6px;
        font-family: Segoe UI;
        font-size: 16px;
        outline: 0;
    }

#forgot_pass_link:hover {
    color: #700694;
}

.form_btn {
    font-family: Segoe UI;
    padding: 8px 30px;
    color: #fff;
    background: #700694;
    display: inline-block;
    font-size: 16px;
    margin-top: 27px;
    font-weight: bold;
    outline: 0;
    cursor: pointer;
}

    .form_btn:hover {
        background: #700694;
    }

#main_wrapper_login #ssc_info marquee {
    width: 100%;
    height: 38px;
    padding: 0px 33px;
    background-color: #eeeeee;
    display: block;
}

    #main_wrapper_login #ssc_info marquee #marquee_text {
        vertical-align: middle;
        Font-size: 18px;
        font-family: Segoe UI;
        font-weight: 400;
        color: #000000;
    }


    #main_wrapper_login #ssc_info marquee span img {
        vertical-align: middle;
        padding: 5px 10px;
    }


#main_wrapper_login footer #footer_links {
    display: inline-block;
    padding: 18px 5px;
}

    #main_wrapper_login footer #footer_links ul {
        margin: 0;
        padding: 0;
    }

        #main_wrapper_login footer #footer_links ul li {
            display: inline-block;
            padding: 0 15px;
            text-transform: Capitalize;
            border-right: 1px solid #fff;
        }

            #main_wrapper_login footer #footer_links ul li:last-child {
                border-right: none;
            }

            #main_wrapper_login footer #footer_links ul li a {
                color: #fff;
                text-decoration: none;
                font-family: Segoe UI;
                font-size: 14px;
            }

                #main_wrapper_login footer #footer_links ul li a:hover {
                    color: #a903fc;
                }

#main_wrapper_login footer #copyright {
    padding: 12px 10px;
    float: right;
    display: inline-block;
}

    #main_wrapper_login footer #copyright span:nth-child(2) {
        color: #fff;
        font-family: Segoe UI;
        font-size: 14px;
        padding: 0 10px;
        vertical-align: middle;
    }

    #main_wrapper_login footer #copyright span img {
        vertical-align: middle;
    }

/*  Forgot Password CSS */

/*#forgot_password_form
{
	display:none;
}*/

#captcha_code {
    background: #000;
    padding: 0 20px 5px 20px;
    margin: 6px 0 6px 0;
    color: #fff;
    font-weight: bold;
    font-family: Segoe UI;
    display: inline-block;
    font-size: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#enter_captcha_key {
    width: 110px;
}

#captcha_text {
    border: none;
    margin: 0px;
    width: 93px;
}

#forgot_cancel_btn {
    background: #585858;
}

    #forgot_cancel_btn:hover {
        background: #333333;
    }

#forgot_password_form .form_btn {
    margin-top: 5px;
}

#recaptcha_img {
    float: right;
    margin: 8px 10px 0 0;
}

/* Verify OTP Code CSS */

/*#verify_form
{
	display:none;
}*/

#user_verify .input_grp {
    border: none;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

#enter_verification_key {
    width: 175px;
    margin-top: 30px;
}

#verify_text {
    border: none;
    margin: 0px;
    width: 94px;
}

#verify_btn {
    padding: 8px 13px;
    margin-top: 28px;
}

#resend_otp_btn {
    background: #585858;
    padding: 8px 11px;
    margin: 28px 2px 0 2px;
}

#verify_btn_container {
    display: flex;
}

#verify_cancel_btn {
    background: #585858;
    padding: 8px 13px;
    margin-top: 28px;
}

    #resend_otp_btn:hover, #verify_cancel_btn:hover {
        background: #333333;
    }

#ssc_info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

#sscloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/newloader.gif') no-repeat;
    opacity: 0.9;
    background-position: center;
    background-color: rgb(244,244,244);
}

@media (max-width: 767px) {
    #main_wrapper_login footer #copyright {
        float: initial;
    }

    #main_wrapper_login header #logo {
        background: url(../images/logo_mobile.png) no-repeat;
    }

    #login_content {
        height: calc(100% - 50px) !important;
    }

        #login_content #global_image_icon {
            background: none !important;
        }

    #main_wrapper_login footer #footer_links {
        padding: 12px 5px;
    }

    #global_image_panel {
        display: none !important;
    }

    #login_form_wrapper {
        position: unset;
        width: auto;
        /* top: -60px; */
        /* right: -15px; */
        /*width: 50%;*/
        background: #fff;
        padding: 20px 30px 30px 30px;
        z-index: 100;
        height: 43%;
        margin-top: 165px;
    }

    #main_wrapper_login header #heading_text {
        border-left: none !important;
    }

    #header_wrapper {
        text-align: center !important;
    }

    #main_wrapper_login header #logo {
        margin: 0 40px 0 25px !important;
    }

    #login_content_wrapper {
        display: unset;
        padding: 0px 15px !important;
    }

    #logo_mobile {
        width: 16%;
        margin-top: 6px;
    }
    #logo_mobile img{
        width: 34px;
        margin-left: 5px;
    }
    .head_text_mobile {
        width: 84%;
        text-align: left;
    }

    #copyright.hidden-lg span:nth-of-type(1), #copyright.hidden-lg span:nth-of-type(2) {
        float: left;
        padding: 0px 5px;
    }
    #main_wrapper_login header #heading_text{
            font-size: 20px;
            margin-left: 10px;
            /*text-align:center;*/
    }
    #main_wrapper_login footer #copyright span:nth-child(2){
            padding: 6px 10px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #login_content {
        height: calc(100% - 55px);
    }

    .visible_md {
        display: block !important;
    }

    .hiddenfor_md {
        display: none !important;
    }
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #login_content #global_image_panel {
        font-size: 18px;
    }

    #main_wrapper_login footer #copyright {
    }
}*/

.padding_none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*HamBurger menu starts*/
.hidden-menu {
    display: block;
    position: fixed;
    list-style: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #c6c6c6;
    top: 70px;
    left: 0px;
    transition: left .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-right: 0.5px solid rgb(2,77,135);
    border-left: 0.5px solid rgb(2,77,135);
    padding:0px;
}
.hidden-menu li{
    border-bottom:0.5px solid rgb(2,77,135);
    text-align: left;
    padding: 7px 15px;
    font-family: Segoe UI;
    font-size: 16px  
}
.hidden-menu li a{
    color:black;
}
#helpcentermobile{
    list-style-type: square;
}
#helpcentermobile li:last-child{
     border-bottom:0px;
}

.hidden-menu-ticker {
    display: none;
}

.btn-menu {
    color: #fff;
    /* background-color: #666; */
    /* padding: 5px; */
    position: fixed;
    top: 30px;
    left: 17px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 26px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

    .btn-menu span {
        display: block;
        height: 2px;
        background-color: #fff;
        margin: 5px 0 0;
        transition: all .1s linear .1s;
        position: relative;
    }

        .btn-menu span.first {
            margin-top: 0;
        }

.hidden-menu-ticker:checked ~ .btn-menu {
    left: 17px;
}

.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(-45deg) translate(-5px,5px);
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(45deg) translate(-6px,-7px);
}

.backtohome{    /*Mobile View*/
    float: right;
    margin-top: -20px;
    cursor: pointer;
}
