
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4, h5, h6, div, p, table, td, th {
    font-family: 'Figtree', sans-serif !important;
}


body {
    margin: 0px;
    font-family: 'Figtree', sans-serif !important;
    font-size: 13px;
    background-color: White;
}

input.input_form::placeholder {
    text-transform: capitalize;
}

body {
    padding-bottom: 30px;
}







.icon_user::before {
    content: '';
    background-image: url('../images/user.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 7px 0px;
    position: absolute;
    left: 2px;
    top: 7px;
    bottom: 8px;
    width: 36px;
    z-index: 9999;
    display: inline-block;
    opacity: 0.5;
}

.icon_pass::before {
    content: '';
    background-image: url('../images/pass.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 7px 0px;
    position: absolute;
    left: 2px;
    top: 7px;
    bottom: 8px;
    width: 36px;
    z-index: 9999;
    display: inline-block;
    opacity: 0.5;
}

label .show_pass {
    content: '';
    background-image: url('../images/eyes.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 7px 0px;
    position: absolute;
    right: 4px;
    top: 7px;
    bottom: 8px;
    width: 36px;
    z-index: 9999;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
}

    label .show_pass.add_act {
        background-image: url('../images/eyes1.png');
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 7px 0px;
        opacity: 1;
    }

.footer_dis {
    width: 100%;
    display: inline-flex;
}

.dis {
    width: 100%;
    float: left;
    margin-top: 15px;
    display: inline-flex;
    min-height: 165px;
    align-items: end;
    padding: 0px;
}

.dis1 {
    width: 60%;
    padding-right: 25px;
    float: left;
}

.dis2 {
    width: 40%;
    padding-right: 25px;
    float: left;
}

.tx_h {
    font-size: 20px;
    color: #4C4CCC;
    margin-bottom: 8px;
}

.tx_sm_tx b {
    color: #000;
    font-weight: 600;
    position: absolute;
    left: 0px;
}

.tx_sm_tx {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 3px;
    padding-left: 0px;
    position: relative;
    line-height: 1.2;
}

.header {
    padding: 3px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.logo_s {
    display: inline-block;
}

    .logo_s img {
        width: 210px;
    }

.rig {
    display: inline-block;
    float: right;
    margin-top: 16px;
    font-size: 22px;
}

    .rig span {
        color: #1FB15A;
        font-weight: 900;
    }
a#forgotpass {
    color: #0f0f83;
}

.bg_backgroung {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    padding-top: 23px;
    background-image: url('../images/pl_bg.png');
    background-size: 520px;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.logo_s span {
    font-size: 22px;
    position: absolute;
    top: 24px;
    margin-left: 14px;
    color: #333;
    font-weight: 600;
}


.flx_add {
    width: 100%;
}

.half_add1 {
    float: right;
    margin-top: 0px;
}

.half_add1 {
    width: 40%;
}

.half_add {
    width: 60%;
    float: left;
    align-items: unset;
    display: block;
    margin-top: 0px;
}

.login_form {
    width: 380px;
    background: #ffffffe0;
    box-shadow: 0px 0px 13px -3px #000000;
    padding-top: 3px !important;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    float: right;
}

.lock {
    position: relative;
    width: 100%;
    text-align: left;
}

.login_form label {
    width: 100%;
    display: block;
    position: relative;
}

.lock img {
    width: 120px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.lock span {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4C4CCC;
}

input.input_form {
    width: 100%;
    height: 38px;
    padding: 0 40px 0px;
    margin: 6px 0px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
    margin-top: 0;
}

.footer {
    background: #4C4CCC;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 4px;
}

p.foot_sm, p.foot_sm a {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #fff;
}

img.ico_arr {
    width: 18px;
    margin-left: -25px;
    margin-top: 3px;
    position: absolute;
}

.txt_login {
    padding: 0px 0;
    width: 100%;
    margin-top: 15px;
}

.head_txt {
    font-size: 28px;
    margin-bottom: 25px;
}

    .head_txt span {
        border-bottom: 1px solid #4C4CCC;
    }

.txt_login p {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-left: 22px;
}

.submit_cl button {
    padding: 6px 20px;
    border: 0;
    border-radius: 20px;
    background: #4C4CCC;
    color: #ffffff;
    font-size: 17px;
    outline: 0;
    cursor: pointer;
    margin-top: 10px;
}

.forgot_pass {
    display: inline-block;
    padding-left: 0;
    font-size: 16px;
    color: #0779ad;
    margin-top: 5px;
    float: right;
}

.down_txt {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

    .down_txt span {
        font-size: 17px;
        color: #333;
        display: block;
        margin: 11px 0px;
        text-align: left;
    }

.pan_sec, .otp_sec {
    display: none;
}


    .pan_sec.active, .otp_sec.active {
        display: block;
    }

.login_form {
    background-size: 159px !important;
    background-repeat: no-repeat !important;
    background-position: right 13px !important;
}

img.otp_banner {
    width: 94%;
    margin: auto;
    display: block;
}

.down_txt a {
    background: #fff;
    border: 0;
    font-size: 14px;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    outline: 0;
    border: 2px solid #4C4CCC;
}


.login_pl {
    width: 100%;
    display: flow-root;
    height: 100%;
    position: relative;
}

.cont_ent {
    background-image: url(../../Content/images/user_reg.png);
    /*background-color: #4C4CCC;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
    width: 65%;
    padding: 60px;
    min-height: calc(100vh);
    display: inline-flex;
    align-items: unset;
    box-shadow: 0px 0px 13px -3px #000000;
    border: 0;
    border-right: 7px solid #fbeb20;
    border-style: dashed;
    float: left;
}

.login_field {
    width: 35%;
    display: inline-flex;
    background: #4C4CCC;
    float: right;
    height: calc(100vh);
}

.login_name {
    position: relative;
    width: 100%;
    text-align: left;
    display: inline-flex;
    align-items: center;
}

    .login_name h3 {
        width: 100%;
        margin: 0;
    }

img.login_imgs {
    width: 210px;
    float: right;
}


.tx_h_pl {
    font-size: 16px;
    color: #4C4CCC;
    margin-bottom: 2px;
}

.tx_sm_tx_pl b {
    color: black;
    font-weight: 600;
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: -1px;
}

.tx_sm_tx_pl {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 30px;
    padding-left: 18px;
    position: relative;
    color: #333;
    font-weight: 100;
}











@media (min-width: 10px) and (max-width: 991px) {
    .logo_s span {
        position: relative;
        top: 0px;
        font-size: 22px;
        display: block;
    }

    .login_field {
        width: 100%;
        display: inline-flex;
    }

    .login_pl {
        width: 100%;
        display: block;
    }

    .cont_ent {
        padding: 25px;
        border: 0;
        width: 100%;
    }

    .rig {
        display: block !important;
        float: none !important;
        margin-top: 8px !important;
        font-size: 16px !important;
        text-align: center !important;
    }

    .bg_backgroung {
        display: block !important;
        align-items: center !important;
        position: relative !important;
        background: #fff !important;
        padding-top: 0px !important;
    }

    .logo_s {
        display: block;
        width: 100%;
        text-align: center;
    }

    .half_add1 {
        width: 100% !important;
    }


    .half_add {
        width: 100% !important;
        float: left !important;
        min-height: auto !important;
        display: block !important;
    }

    .txt_login {
        padding: 30px 15px !important;
    }

    .flx_add {
        margin-top: 55px;
    }

    .login_form {
        margin: auto !important;
    }

    .half_add1 {
        margin-top: 0px;
    }

    .header {
        padding: 5px 15px;
    }

    .login_form {
        float: unset;
    }
}



@media (min-width: 10px) and (max-width: 420px) {
    .login_form {
        width: 90%;
    }
}
