html,
body {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    height: 100%;
    overflow: hidden;
    /*text-align: center;*/
    background: url(../../img/background/sitepic2.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Overlay */
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.55) 100%
    );
    z-index: 1;
}

/* Ensure content stays above overlay */
body > * {
    position: relative;
    z-index: 2;
}

#myVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 47px;
    left: 0;
}

.framenew {
    background: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(26,74,138,0.12);
    border: 1px solid #dce8f5;
}

.content {
    position: relative;
    height: 90vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 100%;
}

.content form {
    width: 100%;
    padding: 0 0 0 4%;
}

.loginlnks_bt {
    position: absolute;
    bottom: 10px;
    margin-left: 23%;
}

.vline {
    height: 15px;
    width: 2px;
    float: right;
    margin-left: 14px;
    background: #2e5ea1;
    /*margin-right:30px;*/
    /*border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

.contentheader {
    position: relative;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 1000;
    border: none;
    border-bottom: 2px solid #dce8f5;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(26,74,138,0.08);
}

.centercard {
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    /*padding:1em;*/
}

.is {
    background: rgba(255,255,255,0.2);
    padding: 4px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin-left: auto !important;
    flex-shrink: 0;
}


.btn1 {
    background: linear-gradient(135deg, #1a4a8a 0%, #2563a8 100%);
}

.btn2 {
    background: linear-gradient(135deg, #1e6fa8 0%, #2e80c0 100%);
}

.btn3 {
    background: linear-gradient(135deg, #3a7fbf 0%, #5a9fd4 100%);
}

/*.overlay_sea {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 42, 42, 0.5); 
    z-index: 9;
}*/

/*.logo {
    position: absolute;
    left: 37%;
    width: 4vw;
    top: 1px;
}

.logol {
    width: 70px;
    float: left;
    position: relative;
    top: -8px;
}*/
 .ml_nccr_india_logo{
     left:60px
 }
  .ml_guj_india_logo{
     left:100px
 }

 .logo_india {
        width: 36px;
        height: 36px;
        object-fit: contain;
        float: left;
        position: relative;
        top: 0px;
    }
    .logo_kalp {
        width: 80px;
        height: 50px;
        object-fit: contain;
        float: left;
        position: relative;        
        margin: 0 8px;
    }
     .tinytitle{
         float: left;
         position: relative;
         top: 42px;
         font-size: 12px;
         font-weight: 600;
         color: #1a4a8a;
         font-family: 'Segoe UI', Arial, sans-serif;
         letter-spacing: 0.3px;
     }
     .verticalLine {
    border-right: 1px solid #c4d8ed;
    height: 60px;
    margin-right: 10px;
    margin-left:10px; 
    padding-right:10px;   
    float:left;
}

.logok {
    width: 50px;
    height: 50px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 8px;
}

.logo_g2g {
    width: 90px;
    height: 50px;
    object-fit: contain;
    position: relative;
    top: 0px;
    margin: 0 8px;
}
.leftlogo {
    position: absolute;
    left: 0;
    top: -5px;
    padding: 10px;
}

.rightlogo {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 5px;
}

@font-face {
    font-family: 'MarshlandBeauty';
    src: url('../css/MarshlandBeauty-w1Ey3.ttf');
}

.titlek {
    font-size: 18px;
    font-weight: 700;
    color: #1a4a8a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Arial, sans-serif;
    vertical-align: middle;
}

.titlel {
    /*font-family: 'Lora', serif;*/
    /*font-family: 'MarshlandBeauty';*/
    font-size: 25px;
    font-weight: bold;
    color: #434242;
    top: 10px;
    vertical-align: bottom;
    padding-left: 5px;
    position: relative;
    top: 2px;
}
.titlem {
    font-size: 22px;
    float: left;
    font-weight: 600;
    padding-left: 5px;
    position: relative;
    top: 4px;
    color: #434242;
}

.header_s {
    /*height: 8%;*/
    /*background: linear-gradient(to bottom, #f0f1f3, #ffffff);*/
    z-index: 1000;
    /*background: #8b8e93;*/
}

.logoin {
    position: absolute;
    left: 58%;
    width: 2.2vw;
    top: 1px;
}

.title {
    font-family: 'MarshlandBeauty';
    font-size: 1.8vw;
    font-weight: bold;
    /*color: #fff;*/
    /*color: #225884;*/
    color: #1462b0;
    position: absolute;
    /* left: 44%; */
    left: 42%;
    letter-spacing: 2px;
    top: 1vh;
}

.container1 {
    width: 70%;
    /*padding-top: 60px;*/
    padding-bottom: 100px;
}

.clshint_login {
    font-size: 10px;
    z-index: 100;
    /* display: block !important; */
    text-align: right;
    position: relative;
    bottom: 6px;
}

.mb-10 {
    margin-bottom: 1em !important;
}

#divroleselection {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.frame1 {
    /*height: 415px;
    width: 300px;*/
    /*height: 67vh;*/
    width: 90%;
    /*background: linear-gradient(to bottom, #f0f1f3, #ffffff);*/
    /*background:linear-gradient(to bottom, #022c52, #819cbf);*/
    /*background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcS82mL0lCjn8cUhnzzoE1oYnjPkobX4USGFXw&usqp=CAU) no-repeat center center;*/
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    /*border-top: solid 1px rgba(255, 255, 255, .5);*/
    border-radius: 5px;
    /*box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);*/
    /*overflow: hidden;*/
    /*transition: all .5s ease;*/
    /*border:1px solid;*/
}

/*.frame-long {
    height: 67vh;
}*/

/*.frame-short {
    height: 53vh;
    margin-top: 50px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}*/

.nav1 {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    opacity: 1;
    transition: all .5s ease;
    background-color: #0c9d8e;
}

.nav-up {
    transform: translateY(-100px);
    opacity: 0;
}

li {
    padding-left: 10px;
    font-size: 18px;
    display: inline;
    text-align: left;
    text-transform: uppercase;
    padding-right: 10px;
    color: #ffffff;
}

.signin-active a {
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px #fff;
    transition: all .25s ease;
    cursor: pointer;
}

.signin-inactive a {
    padding-bottom: 0;
    color: rgb(255 255 255 / 72%);
    /*color: rgba(35, 43, 85, 0.75);*/
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.signup-active a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}

.signup-inactive a {
    cursor: pointer;
    /*color: rgba(35, 43, 85, 0.75);*/
    color: rgb(255 255 255 / 72%);
    text-decoration: none;
    transition: all .25s ease;
}

.form-signin {
    width: 90%;
    padding-top: 0;
    padding-left: 5%;
}

/*.form-signin {
    width: 100%;
    height: 57vh;
    font-weight: 300;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 5px;
    padding-top: 8%;
    transition: opacity .5s ease, transform .5s ease;
}*/

.form-signin-left {
    transform: translateX(-400px);
    opacity: .0;
}



.form-signup {
    width: 100%;
    padding: 1% 2em;
    font-weight: 300;
    position: relative;
    left: 400px;
    opacity: 0;
    transition: all .5s ease;
    top: -473px;
    margin-top: 0px;
}


.form-signup-left {
    transform: translateX(-400px);
    opacity: 1;
}

.form-signup-down {
    top: 0px;
    opacity: 0;
}

.success {
    width: 80%;
    height: 150px;
    text-align: center;
    position: relative;
    top: -890px;
    left: 450px;
    opacity: .0;
    transition: all .8s .4s ease;
}

.success-left {
    transform: translateX(-406px);
    opacity: 1;
}

.successtext {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-top: -35px;
    padding-left: 37px;
    padding-right: 37px;
}

#check path {
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .85px;
    stroke-dasharray: 60px 300px;
    stroke-dashoffset: -166px;
    fill: rgba(255, 255, 255, .0);
    transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255, 255, 255, .03);
}

.form-signin input,
.form-signup input {
    /*color: #ffffff;*/
    /*font-size: 13px*/
}
#divmodule{
    padding: 10px 15px;
}

.form-styling {
    width: 100%;
    height: 42px;
    padding-left: 14px;
    border: 1px solid #c4d8ed;
    border-radius: 6px;
    margin-bottom: 12px;
    color: #2d3748;
    background: #f7fafd;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    transition: border 0.2s ease;
}

.form-stylingddl {
    width: 90%;
    padding: 10px 14px;
    border: 1px solid #c4d8ed;
    border-radius: 6px;
    color: #2d3748;
    background: #f7fafd;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
}

/* Roomier select-module dropdown on Home.aspx (ID wins over breakpoint tweaks) */
#ddlmodule {
    padding: 14px 16px;
}

/*#ddlmodule option{
  width:400px !important;
}*/

.btn-go {
    width: 100px;
    left: 150px;
    border-radius: 50px;
    text-align: center;
    /*margin: 0px 5%;*/
    padding: 5px 50px;
    position: relative;
    background-color: #2e5ea1;
    color: white;
    padding: 10px;
    display: block;
    font-size: 1.2vw;
}

.btn-go-left {
    /*top: -300px;*/
    transform: translateY(-730px);
    opacity: 1;
}

label {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-align: left;
    padding-bottom: 2px;
    color: #1a4a8a;
    letter-spacing: 0.3px;
    display: block;
}

#lblhe {
    font-size: 15px;
    font-weight: 700;
    color: #1a4a8a;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 8px;
}

.line {
    height: 3px;
    width: 40px;
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    border-radius: 10px;
    margin-bottom: 20px;
}

:focus {
    outline: none;
}

.form-signin input:focus,
textarea:focus,
.form-signup input:focus,
textarea:focus {
    background: rgba(132 127 127 / 20%);
    border: 1px solid gray;
    padding-right: 40px;
    transition: background .5s ease;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    display: none;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 85px;
        padding-top: 2px;
        cursor: pointer;
        margin-top: 8px;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
        }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            width: 65px;
            height: 30px;
            background: rgba(255, 255, 255, .2);
            border-radius: 15px;
            left: 0;
            top: -3px;
            transition: all .2s ease;
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, .7);
            border-radius: 50%;
            top: 7px;
            left: 10px;
            transition: all .2s ease;
        }

        [type="checkbox"]:checked + label:before {
            background: #0F4FE6;
        }

        [type="checkbox"]:checked + label:after {
            background: #ffffff;
            top: 7px;
            left: 45px;
        }

        [type="checkbox"]:checked + label .ui,
        [type="checkbox"]:not(:checked) + label .ui:before,
        [type="checkbox"]:checked + label .ui:after {
            position: absolute;
            left: 6px;
            width: 65px;
            border-radius: 15px;
            /*font-size: 14px;*/
            font-weight: bold;
            line-height: 22px;
            transition: all .2s ease;
        }

        [type="checkbox"]:not(:checked) + label .ui:before {
            content: "no";
            left: 32px;
            color: rgba(255, 255, 255, .7);
        }

        [type="checkbox"]:checked + label .ui:after {
            content: "yes";
            color: #ffffff;
        }

[type="checkbox"]:focus + label:before {
    box-sizing: border-box;
    margin-top: -1px;
}

.btn-signup {
    float: left;
    color: #ffffffe0;
    width: 100%;
    border: none;
    border-radius: 20px;
    margin-top: -3%;
    /*font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #ffffffe0;
    padding-top: 8px;
    width: 70%;
    height: 35px;
    border: none;
    border-radius: 20px;*/
}

.btn-signin {
    float: left;
    color: #ffffffe0;
    /* padding-top: 8px; */
    width: 100%;
    /* height: 35px; */
    border: none;
    border-radius: 20px;
    margin-top: -3%;
}

.btn-animate {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1vw;
    text-align: center;
    color: white;
    padding-top: 8px;
    padding: 5%;
    width: 100%;
    text-align: center;
    height: 35px;
    border: none;
    border-radius: 20px;
    margin-top: 3%;
    background-color: #1462b0;
    left: 0px;
    top: 0px;
    transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
}

.btn-animate-grow {
    width: 130%;
    height: 625px;
    position: relative;
    left: -55px;
    top: -420px;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 1);
}

a.btn-signup:hover,
a.btn-signin:hover {
    cursor: pointer;
    background-color: #39699a;
    transition: background-color .5s;
    color: white;
}

.forgot {
    height: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 24px;
    margin-top: -390px;
    color: rgba(255, 255, 255, .7);
    /*border-top: solid 1px rgba(255, 255, 255, .3);*/
    transition: all 0.5s ease;
    /*display:none;*/
}

.forgot-left {
    transform: translateX(-400px);
    opacity: 0;
}

.forgot-fade {
    opacity: 0;
}

.forgot a {
    color: rgba(255, 255, 255, .3);
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: rgba(35, 43, 85, 0.75);
    margin-top: 2%;
}

.welcome {
    width: 100%;
    height: 30px;
    position: relative;
    color: rgba(35, 43, 85, 0.75);
    opacity: 0;
    font-size: 1.2vw;
    text-align: center;
    /*margin-left: 7%;*/
    transition: transform 1.5s ease .25s, opacity .1s ease 1s;
}

.selwing {
    width: 97%;
    height: 38px;
    position: relative;
    color: rgba(35, 43, 85, 0.75);
    opacity: 0;
    margin: 0px 5px;
    transition: transform 1.5s ease .25s, opacity .1s ease 1s;
}

.welcome-left {
    transform: translateY(-820px);
    opacity: 1;
}

.wing-left {
    transform: translateY(-750px);
    opacity: 1;
}

.wing-lefttitle {
    transform: translateY(-756px);
    opacity: 1;
    color: black;
}

.cover-photo {
    height: 150px;
    position: relative;
    left: 0px;
    top: -900px;
    background: linear-gradient(rgb(48 144 247), rgba(35, 43, 85, 0.95));
    /*background: linear-gradient(rgba(35, 43, 85, 0.75), rgba(35, 43, 85, 0.95));*/
    /*background: linear-gradient(rgba(35, 43, 85, 0.75), rgba(35, 43, 85, 0.95)), url(https://img.icons8.com/bubbles/100/000000/user.png);*/
    background-size: cover;
    opacity: 0;
    transition: all 1.5s ease 0.55s;
}

.cover-photo-down {
    /*top: -520px;*/
    top: -569px;
    opacity: 1;
}

.profile-photo {
    /*height: 120px;
    width: 125px;*/
    height: 150px;
    width: 150px;
    position: relative;
    /* border-radius: 70px; */
    left: 85px;
    top: -1000px;
    background: url(/images/user1.png);
    background-size: 100% 100%;
    background-position: 100% 100%;
    opacity: 0;
    transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
    /* border: solid 3px #ffffff;*/
}


.profile-photo-down {
    top: -640px;
    left: 160px;
    opacity: 1;
}

h1 {
    color: #ffffff;
    /*font-size: 35px;*/
    font-weight: 300;
    text-align: center;
}

.btn-goback {
    position: relative;
    margin-right: auto;
    top: -400px;
    float: left;
    padding: 8px;
    width: 83%;
    margin-left: 37px;
    margin-right: 37px;
    height: 35px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: #1059FF;
    margin-top: -8px;
    border: solid 1px #1059FF;
    opacity: 0;
    transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
}

.btn-goback-up {
    top: -1080px;
    opacity: 1;
    z-index: 100;
}


.imgcontainer {
    text-align: center;
    /* margin: 24px 0 12px 0; */
    position: absolute;
    right: 35%;
    top: -40px;
}

img.avatar {
    width: 100px;
    border-radius: 50%;
}

.login_container {
    padding: 20px;
}


#imglogo {
    width: 30%;
}

.login_form {
    top: 25%;
}

.welcome1 {
    color: #1a4a8a;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 1.5px;
    text-align: left;   
    margin-top: 31px;
    margin-bottom: 16px;
}

.loginlnk {
    position: relative;
    text-align: center;
    top: 52px;
}



.mainimg {
    width: 85%;
    padding: 5% 3%;
}

/* New circle image — kpcirclenew.png */
.mainimg-circle {
    display: block;
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    margin: 0 auto 0 0;
    padding-right: 0;
}

.btn-go1 {
    border-radius: 6px;
    text-align: center;
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    color: white;
    padding: 9px 30px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.5px;
    border: none;
    margin-left: 0;
    display: inline-block;
    width: auto;
    min-width: 100px;
    transition: opacity 0.15s ease;
}
.btn-go1:hover {
    opacity: 0.88;
    color: white;
}

.btn-login {
    text-align: center;
}
/* Login button */
a[id$="btnSignIn"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    background: #ffffff !important;
    color: #006e6e !important;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    transition: opacity 0.15s ease;
}
a[id$="btnSignIn"]:hover {
    opacity: 0.88;
    color: #006e6e !important;
}

/* Back button — outlined style */
a[id$="btnBack"] {
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.5px;
    background: transparent !important;
    color: #1a4a8a !important;
    border: 1.5px solid #1a4a8a !important;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

a.btn-goback:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    transition: all .5s;
    color: #ffffff;
}

#refresh {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    padding: 13px 0 0 13px;
}

.refreshicon {
    fill: #d3d3d3;
    transform: rotate(0deg);
    transition: fill .25s ease, transform .25s ease;
}

    .refreshicon:hover {
        cursor: pointer;
        fill: #1059FF;
        transform: rotate(180deg);
    }



.clshint {
    font-size: 10px;
    z-index: 100;
    position: relative;
    bottom: 13px;
    /* left: 50px; */
    float: right;
    right: 10px;
}

.imgusr {
    width: 100px;
}


.logoutcls {
   float: right;
    position: relative;
    bottom: 68px;
    right: 5%;
    font-size: 18px;
}

/*********Login styles*/

.role {
    padding: 16px 14px;
    margin-bottom: 5%;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.15s ease;
    color: white;
    width: 90%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}


.logintitle {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.logintitle2 {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.img1 {
    padding: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.img2 {
    padding: 2px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.role-icon {
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.md7 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.col-md-6 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.login-wrapper {
    width: 480px;
}

.framenew {
    min-width: 480px;
}

@media screen and (min-width: 1601px) {
    .login-wrapper {
        width: 520px;
    }
    .framenew {
        min-width: 520px;
    }
}

.maindv {
    background-image: url(/images/bg.jpg);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.subdv {
    z-index: 1;
}

.wpr {
    float: left;
    clear: both;
}

.btn {
    padding: 1px 5px;
    font-size: 21px;
    position: relative;
    top: 10px;
}

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: unset !important;
    }

 .homelnk{
        position: absolute;
    right: 5px;
    top: 105px;
    font-size:16px;
    color:white !important;
    }

 .btnotpsubmit{
         background-color: navy;
    color: white;
    padding: 3px 20px;
    border: 0;
 }

    .home-icons {
  position: absolute;
  right: -98px;
}

     .footer {
        z-index: 999999;
        position: absolute;
        bottom: 10px;
        width: 85%;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Segoe UI', Arial, sans-serif;
        letter-spacing: 0.4px;
        color: rgba(255,255,255,0.92);
        text-shadow: 0 1px 3px rgba(0,0,0,0.3);
     }
   


@media screen and (max-width: 1600px) {
    .homelnk {
         top: 70px;
       font-size:14px;
       color:white !important;
    }
   
    .role {
        padding: 10px 14px;
    }

    .welcome1 {
    /* color: rgb(46 94 161); */
    opacity: 1;
    font-size: 1.2vw;
    font-weight: bolder;
    text-align: left;
    margin-top: 22px;
    margin-bottom: 16px;
    }


    .img1 {
    padding: 4px;
    width: 40px;
   }

   .img2 {
    padding: 5px;
    width: 40px;
   }

   .is {
    background: #fff;
    padding: 4px;
    color: #84e1e8;
    font-size: 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    float: right;
    margin-top: 8px;
    }

    .btn {
        padding: 1px 5px;
        font-size: 14px;
    }

   
    .form-styling {
        height: 36px;
        padding-left: 15px;
        border-radius: 4px;
        margin-bottom: 16px;
    }

   .logoutcls {
    float: right;
    position: relative;
    bottom: 68px;
    right: 5%;
    font-size: 14px;
    }

    .form-signup {
        top: -240px;
    }

    .nav1 {
        height: 50px;
    }

    .form-stylingddl {     
        padding:10px;
        margin-bottom: 20px;       
    }


    .imgusr {
        width: 80px;
    }

    /*.form-signin {
        padding: 1% 5%;
    }*/

    .titlek {
        font-size: 18px;
    }

    .titlel {
        font-size: 14px;
        float: left;
        padding-left: 5px;
        position:relative;
        top:5px;
    }

    .titlem {
        font-size: 12px;
        float: left;
        font-weight: 600;
        padding-left: 5px;
        position:relative;
        top:6px;
    }  
    .logo_india{
        width: 24px;   
    }
  
     .ml_nccr_india_logo{         
        left:50px;
     }
    .ml_guj_india_logo{         
        left:70px;
     }
    
     .logo_kalp {
        width: 60px;
        float: left;
        position: relative;
      
    }
     .tinytitle{    
         float:left;   
         position:relative;
         top: 38px;
        font-size: 12px;  
        font-weight: 600;
     }
     .footer{
      z-index: 999999;
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight:600;
     }
   

    .logol {
        width: 45px;
    }

    .logok {
        width: 55px;
        font-weight: bold;
    }

    .logo_g2g {
        width: 80px;
        margin-right:0 15px;
        float: right;
        position: relative;
        top: 5px;
    }

    .logoazadi {
        width: 100px;
        margin-right: 30px;
    }

    .overlay_sea {
        /*top: 57px;*/
    }

    .contentheader {
        height: 60px;
    }

    #myVideo {
        top: 57px;
    }

    .mtt-3 {
        margin-top: 100px !important;
    }

    .mainimg {
        width: 85%;
    }

    .mainimg-circle {
        width: 90%;
        max-height: 90vh;
        margin: 0 auto 0 0;
    }


    /*.login_form {
        top: 0;
    }*/

    .modal_reg {
    top: 10%;
    left: 20%;
    position: absolute;
    z-index: 10020;
    background-color: #fff;
    width: 500px;
    padding: 10px 20px;
    padding:10% 5%;
   }
    .verticalLine{
       height:50px;
    }
}

button {
    border-radius: .375em;
    /*border: 1px solid #3a7bd5;*/
    border: 1px solid #225884;
    background-color: #4a86e2;
    color: #FFFFFF;
    padding: 5px;
    letter-spacing: 1px;
}

.popbtn {
    margin-top: 0px !important;
}

.modal1 {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 55px;
    left: 0;
    background-color: #b3bfdaad;
    /*filter: alpha(opacity=60);*/
    /*opacity: 0.8;
    -moz-opacity: 0.8;*/
    min-height: 100%;
    width: 100%;
}

.modal_reg {
    top: 10%;
    left: 20%;
    position: absolute;
    z-index: 10020;
    background-color: #fff;
    width: 800px;
    padding: 10px 20px;
    padding:10% 5%;
}

body.modal-open {
    overflow: hidden;
}


.center {
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}


.dropdown {
    display: inline-block;
    text-transform: capitalize !important;
    /*width: 100px;
    position: absolute;
    right: 250px;
    top: 10px;*/
}

.dropdown-menu {
    min-width: 8rem !important;
}

.dropdown-item {
    padding: 0.25rem 0.5rem !important;
    border-bottom: 0.5px solid #efefef !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff !important;
        text-decoration: none;
        background-color: #337ab7 !important;
    }


@media screen and (min-width: 1601px) {
    .welcome1       { font-size: 20px; }
    label           { font-size: 18px; }
    #lblhe          { font-size: 17px; }
    .logintitle,
    .logintitle2    { font-size: 15px; }
    .form-styling   { font-size: 16px; height: 48px; }
    .form-stylingddl{ font-size: 16px; }
    a[id$="btnSignIn"] { font-size: 18px; padding: 11px 20px; }
    a[id$="btnBack"]   { font-size: 18px; padding: 11px 20px; }
    .btn-go1        { font-size: 18px; padding: 11px 34px; }
    .role           { padding: 18px 14px; }
    #ddlmodule option, #ddlmodule { font-size: 16px; }
    .titlek       { font-size: 24px; }
    .logok        { width: 70px; height: 70px; }
    .logo_india   { width: 46px; height: 46px; }
    .logo_kalp    { width: 100px; height: 70px; }
    .logo_g2g     { width: 118px; height: 70px; }
    .tinytitle    { font-size: 16px; top: 45px; }
}

@media screen and (min-width: 1920px) {
    .login-wrapper  { width: 580px; }
    .framenew       { min-width: 580px; }
    .welcome1       { font-size: 24px; }
    label           { font-size: 20px; }
    #lblhe          { font-size: 20px; }
    .logintitle,
    .logintitle2    { font-size: 16px; }
    .form-styling   { font-size: 18px; height: 54px; }
    .form-stylingddl{ font-size: 18px; height: 54px; }
    a[id$="btnSignIn"] { font-size: 20px; height: 54px; line-height: 54px; }
    .btn-go1        { font-size: 20px; padding: 14px 40px; }
    .role           { padding: 20px 16px; }
    #ddlmodule option, #ddlmodule { font-size: 18px; }
    .img1, .img2    { width: 28px; height: 28px; }
    .role-icon      { font-size: 22px; }
}

.btn_position {
    position: absolute;
    top: 100%;
    /* width: 100%; */
    /* background: #2a2a2aa1; */
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-top: 10%;
}
