
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

/* ******************************************* */

.login-page-section{
    height:100vh;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.login-page-section:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    /*background: rgba(255, 255, 255, 0.4);*/
}
.login-page-section > figure{
    position: absolute;
    top:0;
    left:0;
    width:65%;
    height:100%;
    margin:0;
    filter: grayscale(50%);
}
.login-page-section > figure img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.login-panel{
    position: relative;
    z-index: 2;
    /* max-width:1000px; */
    width: 100%;
}
.login-panel h1{
    font-size: 25px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

.login-form-holder h2{
    font-size:25px;
    text-align: center;
    margin-bottom:20px;
    color:#000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.login-form-holder .form-group{
    margin-bottom:15px;
}

.login-form-holder .form-group input{
    width: 100%;
    height: 45px;
    border: none;
    border-left: 3px solid #307dc3;
    outline: none;
    padding: 0 15px;
    background: #f1f1f1;
}

.login-form-holder .form-group label{
    margin: 0 0 8px;
    display: flex;
    color: #073c6d;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.login-form-holder .form-group .ico{
    color: #073c6d;
    font-size: 18px;
    margin-right: 7px;
}
.login-form-holder .login-tab-hldr{
    width: 100%;
    max-width: 350px;
}


.login-form-holder .submit-btn-wrapper{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}
.login-form-holder .submit-btn-wrapper p{
    margin:25px 0 0;
    width: 100%;
    padding-top: 20px;
    color:#000;
    border-top: 1px solid #ddd;
    text-align: center;
}
.login-form-holder .submit-btn-wrapper p a{
    color:#307dc3;
    transition: all 0.5s ease-in-out;
}
.login-form-holder .submit-btn-wrapper p a:hover{
    text-decoration: underline;
}
.login-form-holder .submit-btn-wrapper .sub-btn{
    width:100px;
}
.login-form-holder .sub-btn input,
.login-form-holder .sub-btn .login-btn{
    width:100%;
    background:#629b58;
    color:#fff;
    border:1px solid #629b58;
    height:45px;
    line-height: 43px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.login-form-holder .sub-btn .login-btn.reg-btn{
    background:#2b7dbc;
    border:1px solid #2b7dbc;
}
.login-form-holder .sub-btn input:hover,
.login-form-holder .sub-btn .login-btn:hover{
    background:#fff;
    color:#629b58;
}
.login-form-holder .sub-btn input:hover,
.login-form-holder .sub-btn .login-btn.reg-btn:hover{
    color:#2b7dbc;
}
.login-main{
    display: flex;
    /* border-radius: 15px; */
    height: 100vh;
    overflow: hidden;
}

.login-form-holder{
    flex: 0 0 35%;
}

.login-side-vector{
    flex: 0 0 65%;
}
.login-side-vector{
    background: #03274990;
    /* background: url(../images/fading-blue-background.jpg) no-repeat 0 0; */
    background-size: 100% 100%;
    padding: 0 0 8px;
    display: flex;
    /* align-items: flex-end; */
}
.login-side-vector .logos figure img{
    object-fit: cover;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    border: 4px solid #fff;
}
.login-side-vector .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}
.login-side-vector .logos figure{
    margin: 0 20px 0 0;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
}

.login-form-holder figure{
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
}
.login-form-holder figure img{
    max-width: 300px;
    width: 100%;
}
.welcome-txt{
    color: #fff;
    padding: 0;
}
.welcome-txt h3{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px;
    font-weight: 600;
    /* text-align: center; */
}
.welcome-txt p{font-size: 14px; font-weight: 300;margin: 0;}
.login-form-holder{
    display: flex;
    flex-flow: column;
    align-items: center;
    background:#fff;
    padding:30px 40px;
    justify-content: center;
}
.rememberme{
    display: flex;
    align-items: center;
    font-weight: 500;
}
.rememberme input{
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}

.signprblm{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    justify-content: center;
}
.signprblm .or{
    display: inline-block;
    background: #fff;
    color: #aaa;
    text-align: center;
    width: 30px;
    z-index: 1;
}
.signprblm::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ddd;
    width: 100%;
    height: 1px;
}

.statTable-dis{
    color: #fff;
    /* background: var(--border); */
    /* background: var(--mid-blue); */
    margin: 0 auto;
    /* width: 95%; */
    /* text-align: center; */
    border-radius: 5px;
    overflow: hidden;
    /* padding: 15px; */
}
.statTable-dis h3{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.statItem{
    padding: 10px;
}
.statusBar ul{
    display: flex;
    justify-content: space-between;
}
.high-count{
    background: var(--border);
    padding: 6px;
}
.dVals{
    color: var(--lgb);
}
.login-tab-hldr .tab-menu ul {
    display: flex;
}
.login-tab-hldr .tab-menu ul li a{
    display: inline-block;
    padding: 0 0 1px;
    margin: 0 20px 15px 0;
    color: var(--th-color);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: 0.5s;
}
.login-tab-hldr .tab-menu ul li a::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: var(--theme-green);
    bottom: 0;
    left: 0;
    transition: 0.5s;
}
.login-tab-hldr .tab-menu ul li a.active{
    color: var(--theme-green);
}
.login-tab-hldr .tab-menu ul li a.active::after{
    width: 40px;
}

.logo-and-hding{
    display: flex;
    align-items: flex-end;
    padding: 20px 0;
}
.logo-and-hding figure{
    margin: 0 14px 0 0;
}
.logo-and-hding figure img{
    max-width: 70px;
}

.latest-updates1{
    position: absolute;
    height: 100%;
}
.updates-hldr h4{
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    margin: 0px 0px 10px;
    font-weight: 600;
    padding: 15px;
    background: var(--dark-blue);
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.updates-hldr{
    background: #ffffffde;
    border-radius: 10px;
}
.login-left-holdr{
    padding: 0 20px;
}
.latest-updates1 ul li {
    color: #999;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: var(--font-size);
    padding: 10px;
    line-height: 1.4;
}
.latest-updates1 ul li:nth-child(odd){
    background: #f1f1f1;
}
.latest-updates1 ul li p{
    margin: 0;
}
.latest-updates1 ul li .no{
    color: #000;
}
.latest-updates1 ul li .post-on{
    font-size: 0.72rem;
    color: #629b58;
}
.hide,.hide2{
    display: none !important;
}
.show{
    display: block;
}
.latest-updates-hldr{
    overflow: hidden;
    height: 500px;
    position: relative;
}
.Back-Login{
    display: inline-block;
    color: var(--theme-green);
    font-weight: 500;
}
.Back-Login::before{
    content: '\f2ff';
    font-family: 'Material-Design-Iconic-Font';
}
.back-login-hldr{
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    align-self: center;
}
.login-main{
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.login-page{
    position: relative;
    height:100vh;
    overflow: hidden;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.login-page .login-bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
}
.login-page .login-bg img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.login-wrapper{
    max-width:1170px;
    width: 100%;
    padding: 0 15px;
    display:flex;
    flex-wrap: wrap;
    z-index:2;
}
.login-wrapper .left-panel{
    background:#00B7C2;
    width:50%;
    padding:40px;
}
.login-page .left-panel{
    position: relative;
}
.login-page .left-panel .map_pic {
    position: absolute;
    right: 26px;
    top: 36px;
    height: calc(100% - 56px);
    pointer-events: none;
}
.login-page .left-panel .map_pic img{
    mix-blend-mode: luminosity;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.login_txt{
    background: rgba(0, 36, 34, 0.48);
}
.login_txt p{
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}
.login_txt h4{
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    color: #00F1FF;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 9px;
}
.login_pdding{
    padding: 30px;
}
.login_txt_updx ul{
    height:30px;
    overflow: hidden;
}
.login_txt_updx ul li{
    font-style: normal;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    padding-left: 15px;
    font-family: 'Poppins', sans-serif;
    display:inline;
    margin-right:15px;
}
.login_txt_updx {
    margin-top: 54px;
}
.login_txt_updx ul li:before{
    content: "";
    position: absolute;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #fff;
    left: 0;
    border-radius: 50%;
}
.login_txt_updx {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
}
.login-wrapper .right-panel{
    width:50%;
    padding:40px;
    background:#fff;
}
.right-panel .logo-holder{
    text-align: center;
}
.right-panel .logo-holder a{
    display:inline-block;
    width: 101px;
    height: 132px;
}
.right-panel .logo-holder a img{
    width:100%;
    height:100%;
}
.right-panel .logo-holder h1{
    font-weight: 700;
    font-size: 18px;
    color: #585858;
    font-family: 'Inter', sans-serif;
    margin-top:20px;
}
.login-form-start{
    padding-top:30px;
}
.login-form-start h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 29px;
    color: #585858;
    text-align: center;
    margin-bottom:25px;
}
.login-tabs{
    border:none;
    margin-bottom:20px;
}
.login-tabs .nav-item{
    flex: 1;
}
.login-tabs .nav-link{
    margin:0;
    border:none;
    outline: none;
    width:100%;
    background: #0E86F6;
    color:#fff;
    border-radius: 0;
    padding:10px 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.nav-tabs .nav-link.disabled {
    background: #0E86F6;
    color:#fff;
    border-color: transparent;
}
.errorClass { border:  1px solid red !important; }
.login-tabs .nav-item.show .nav-link,
.login-tabs .nav-link.active{
    background: #0A467D;
    color:#fff;
}
.login-form-start .form-group{
    margin-bottom:20px;
    display:flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}
.login-form-start .form-group span{
    height:45px;
    width:45px;
    background:#E8EFF5;
    line-height: 45px;
    text-align: center;
    position: relative;
}
.login-form-start .form-group span:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    height:34px;
    width:1px;
    background: #BFCEDB;
}
.login-form-start .form-group input{
    width:calc(100% - 45px);
    background:#E8EFF5;
    height:45px;
    border:none;
    outline: none;
    padding:0 15px;
    font-family: 'Poppins', sans-serif;
}
.login-form-start .form-group input::placeholder{
    color:#585858;
}
.forgot-pass{
    /* text-align: right; */
    display: flex;
    justify-content: space-between;
}
.forgot-pass a,.forgot-pass span{
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #747474;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}
.forgot-pass span{
    display: flex;
    align-items: center;
}
.forgot-pass a:hover{
    color:#007075;
}
.forgot-pass span input{
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.login-form-start .captcha-wrapper{
    display:flex;
    flex-wrap: wrap;
}
.login-form-start .captcha-wrapper .captcha-image{
    width:50%;
    display:flex;
    flex-wrap: wrap;
    height:45px;
    background: #FFFFFF;
    border: 1px solid #E8EFF5;
    align-items: center;
}
.login-form-start .captcha-wrapper .captcha-image .icon{
    height:45px;
    width:45px;
    text-align: center;
    line-height: 45px;
}
.login-form-start .captcha-wrapper .captcha-image .icon:hover{
    cursor: pointer;
}
.login-form-start .captcha-wrapper .captcha-image .captcha{
    width:calc(100% - 45px);
    padding-left:20px;
}
.login-form-start .captcha-input{
    width:50%;
}
.login-form-start .captcha-input input{
    width:100%;
    height:45px;
    background: #E8EFF5;
    border:none;
    padding:0 15px;
    font-family: 'Poppins', sans-serif;
}
.login-form-start .captcha-input input::placeholder{
    color:#585858;
}
.submit-wrap{
    display:flex;
    flex-wrap: wrap;
    margin:20px -7.5px 0 -7.5px;
}
.submit-wrap .submit-btn-hlder{
    flex: 1;
    padding:0 7.5px;
}
.submit-wrap .submit-btn-hlder input,.submit-wrap .submit-btn-hlder a{
    width:100%;
    height:45px;
    background: #00B7C2;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border:none;
    outline: none;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.submit-wrap .submit-btn-hlder input:hover,.submit-wrap .submit-btn-hlder a:hover{
    background: #007075;
}
.submit-wrap .register-link-holder{
    flex: 1;
    padding:0 7.5px;
}
.submit-wrap .register-link-holder a{
    display:block;
    height:45px;
    background: #007075;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    padding:0 20px;
    line-height: 45px;
    transition: all 0.5s ease-in-out;
}
.submit-wrap .register-link-holder a:hover{
    background: #00B7C2;
}

/*registration form css*/

.registration-pg .form-group.btn_grp {
    display: flex;
    justify-content:center; margin-top: 26px;
}
.registration-pg .form-group.btn_grp .sub-btn a{display: inline-block; padding: 0px 15px; min-width: 150px;}
.registration-pg .form-group.btn_grp .sub-btn:not(:last-child){margin-right: 20px;}
.registration-pg .form-group.btn_grp .sub-btn:last-child a{background:#629b58; border: 1px solid #629b58;}
.registration-pg .form-group.btn_grp .sub-btn:last-child a:hover{background: #fff;
    color: #629b58;}

.registration-pg div#myTabContent {
    width: 100%;
}
.registration-pg .nav-tabs .nav-item.show .nav-link, .registration-pg .nav-tabs .nav-link.active{    background-color: #629b58;
    border-color: #629b58;
    color: #fff;
    border-radius: 50%;}
.registration-pg .nav-tabs .nav-link {
    border-radius: 50%;
    width: 25px;
    height: 34px;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration-pg .nav-tabs .nav-link:focus, .registration-pg .nav-tabs .nav-link:hover {
    border-color:transparent;
    isolation: isolate;
}
.registration-pg .nav-tabs {
    border-bottom: 0px;
    margin-bottom: 25px; 
    justify-content: center;
}
.registration-pg .nav-tabs li{margin: 0px 25px;}
.registration-pg .nav-tabs .nav-link{color: #629b58;}
.regis_titlebx {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.regis_titlebx h4{
    margin-bottom: 5px;     
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
}
.registration-pg .form-group.btn_grp{text-align: center;}

#statBlock .cnt_bx .statItem i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
#statBlock .cnt_bx .statItem i img {
    width: 43px;
}
#statBlock .cnt_bx .count{
    display: block; 
    font-weight: 700;     
    color: #307dc3;     
    font-style: italic;
    line-height: 20px;
    margin: 0 0 5px;
}
#statBlock .statItem {
    padding: 15px;
    background: var(--border);     
    border-radius: 6px;
    border: 1px solid #4b84d0;
    display: flex;
}
#statBlock .cnt_bx{
    padding: 0 5px;
    margin-bottom: 10px;
}
#statBlock .row{
    margin: 0 -5px;
}
.icon-hldr{
    margin-right: 15px;
}

@media(max-width: 1600px){
    .right-panel .logo-holder a {
        width: 70px;
        height: 97px;
    }
    .right-panel .logo-holder h1{
        margin-top: 15px;
        font-size: 16px;
    }
    .login-form-start {
        padding-top: 15px;
    }
    .login_txt_updx {
        margin-top: 0px;
    }
    .login-form-start .form-group {
        margin-bottom: 15px;
    }
    .login-form-start h2{
        margin-bottom: 18px;   
    }
    .login-wrapper .right-panel {
        padding: 20px 40px 30px;
    }
    .login-page .left-panel{
        padding: 20px 40px 30px;
    }
    .login_txt p{
        margin: 0;
        line-height: 24px;
        font-size: 14px;
    }
}

@media(max-width: 1500px){
    
   
    .login-tabs{
        margin-bottom: 15px;
    }
    .submit-wrap{
        margin-top: 15px;
    }
    
}
@media(max-width: 1020px){
    .login-wrapper{
        justify-content: center;
    }
    .login-page .left-panel{
        display: none;
    }
    .login-wrapper .right-panel {
        padding: 15px 25px 25px;
        width: 60%;
        background: #ffffffcf;
        border-radius: 5px;
    }
    .login-form-start .form-group input,.login-form-start .form-group span,.login-form-start .captcha-input input{
        background: #fff;
        font-size: 14px;
    }

}

@media(max-width: 767px){
    .login-wrapper .right-panel {
        padding: 10px 20px 20px;
        width: 100%;
    }
    .right-panel .logo-holder h1 {
        margin-top: 10px;
        font-size: 13px;
    }
    .right-panel .logo-holder a {
        width: 55px;
        height: auto;
    }
    .login-form-start {
        padding-top: 10px;
    }
    .login-form-start h2 {
        margin-bottom: 15px;
        font-size: 25px;

    }
    .submit-wrap .register-link-holder a,.submit-wrap .submit-btn-hlder input, .submit-wrap .submit-btn-hlder a{
        height: 100%;
        padding: 5px 20px;
        font-size: 13px;
        line-height: 1.35;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 45px;
    }
    .login-form-start .captcha-wrapper .captcha-image .captcha img{
        width: 100%;
    }
    .login-tabs .nav-link{
        padding: 8px 15px;
        font-size: 14px;
    }
    .regis_titlebx h4 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .regis_titlebx p{
        margin: 0 0 10px;
        font-size: 14px;
    }
}














