/****  Star Css Version Change ***/

@import url("bootstrap.css");
@import url("bootstrap.min.css");
@import url("all.css");

/****  End Css Version Change ***/

@import url("../assets/css/googlefonts/Materialicons.css");
@import url("../plugins/node-waves/waves.css");
@import url("../plugins/animate-css/animate.css");
@import url("style.css");
 



/**** Start Version Change ***/


.login-new .tab-content .tab-pane {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
  }
  
.login-new .tab-content .tab-pane.show {
opacity: 1;
transition: opacity 0.2s ease-in-out;
}

.login-new .input-group {
    color: #333;
    border-bottom: 1px solid #dedede;
   
}

.login-new  .input-group input::placeholder {
      font-size: 14px;
}

.login-new .input-group>.custom-select:not(:first-child), 
.login-new .input-group>.form-control:not(:first-child) {
      text-transform: none;
    font-size: 16px;
    border: none;
}

input[type="password"] {
    font-size: 15px !important;
    letter-spacing: 1px;
}
.login-new .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.login-new .input-group-addon .fa {
    font-size: 14px;
    padding: 5px 5px 5px 0px;
    color: #023e60;
}

.login-new .form-group {
    margin-bottom: 1rem;
    padding-left: 55px;
    padding-right: 55px;
}

/**** End Version Change ***/



.login-new {
    background-image : url('../uploads/logos/login-bg.jpg');
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow : hidden;
backdrop-filter: blur(8px);
display: flex;
justify-content: center;
align-items: center;
}

.login-new::before {
    background: linear-gradient(to bottom, #034781,#09243a);
    opacity: 0.9;
    /* z-index: 1; */
    position: absolute;
    content: '';
    height: 100vh;
    width: 100%;
}
.min-icon {
    width: 90px;

}

.m-auto { margin: 0px auto; display: block}

.login-btns {
    background-color: #63b63a !important;
    transition: all 0.5s;
    border-radius: 10px !important;
    position: relative;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px !important;
}

.login-btns::after {
    content: "\f2f6";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 75%;
    top: 48%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
     
  }
  .login-btns:hover {
    background-color: #054580 !important;
    transition: all 0.5s;
    border-radius: 10px;
     padding: 8px 3rem 0.5rem 1.5rem;
    color: #ffffff;
  }
  .login-btns:hover::after {
    opacity: 1;
    transition: all 0.5s;
    color: #ffffff;
  }
  



.eclogin-btn {
    background-color: #054580 !important;
    transition: all 0.5s;
    border-radius: 10px !important;
    position: relative;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px !important;
}

.eclogin-btn::after {
    content: "\f2f6";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 85%;
    top: 48%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
     
  }
  .eclogin-btn:hover {
    background-color: #63b63a !important;
    transition: all 0.5s;
    border-radius: 10px;
     padding: 8px 3rem 0.5rem 1.5rem;
    color: #ffffff;
  }
  .eclogin-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
    color: #ffffff;
  }

.login-overlay {
    height : 100%;
    background: linear-gradient(to bottom, #034781,#09243a);
    opacity: 0.9;
    z-index: 1;
    position: relative;
}

body, html, .col-md-9, .login-right-box, .login-overlay  {
height: 100%;
margin: 0;
overflow : hidden;
padding :0;
}

.bg-white {
    color : #444;
    padding: 0px 20px;
    background : #fdfdfd !important;
        overflow-y: scroll;
} 
.right-box{
   
    text-align: center;   
     position: relative;     
    top: 18%;     
    bottom: 50%;     
}

.right-box h3 {
    color : #13a2d2;
    font-weight : 700;

}
.right-box p {
    font-size : 13px;
    color : #444;
    margin-bottom :15%;
    
}
.login-text {
 /* top : 33%;
 position :absolute; */
 color : #f1f1f1;
 z-index: 99;
   /*  filter: blur(8px);  Demo Blur Effect Css */
width: 100%;
padding: 10px 0px 0px 50px;

}

.mw-100{ width: 90% !important; top: 5% !important;}
.login-text h2 {
 font-size : 64px;
 text-shadow: 0 0 7px #117478, 0 0 12px #2a8a7c;

}

.login-text  p {
    line-height : 25px;
    font-size : 14px;
    
 }
.weblink a  {
    color :#ffd400;
}
.postion-revert  {
    top: 0px;
    position: absolute;
    color: #fff;
    height: 100%;
    left : 5%;
}

.any-audit-logo {
    width : 300px;
    margin-bottom : 25px;
}


.f-34 {
    font-size : 54px !important;
    
}

.line-1{
    
  
    border-right: 2px solid rgba(255,255,255,.75);
    position :relative;
    display : flex;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 2s steps(8) 0.2s  normal both,
             blinkTextCursor 500ms steps(8) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 38%;}
  
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.right-box h2 {

    color : #222;
}
.login-logo {
    width : 200px;
    height: 45px;
    margin: 10px auto;
    margin-bottom: 25px;
    display: block; /***** Logo Hide ***/
     /*  filter: blur(7px);  Demo Blur Effect Css */
    
}


.bg-theme {
    
    background :  #00457e;
    color : #fff;
    font-size : 14px !important;
    border-radius: 10px !important;
    padding: 7px 25px;
    margin-bottom: 10px;
}
.login-form .bg-green {
    border-radius: 10px !important;
    padding: 7px 25px;
    font-size: 14px !important;
    margin-bottom: 10px;

}

 .btn:focus {
    color : #fff !important; 
}

.login-form .bg-green:hover {

    background :  #00457e !important;
    color : #fff;
}

.bg-theme:hover {
    background :#75c958;
    color : #fff;
    font-size : 14px !important;
}

@media (min-width: 320px) and (max-width: 980px) { 

    .login-form {  margin: 0px auto !important; display: block; }
    .login-text { display: none}

    .f-34 {
        font-size : 44px !important;
    }
    
    .login-text p {

        font-size : 13px ;
        line-height : 22px;
    }
    
    
}

@media (min-width: 980px) and (max-width: 1080px) { 

    .login-form { right: 0 !important; left: 0 !important; margin: 0px auto !important; display: block;}

}



.p-10 {
    padding : 5px 10px !important;
}


.nav-tabs li .active {
    background: #63b63a;
    color: #fff !important;
    border-radius: 10px 8px 0px 0px;
}

/* .nav-tabs li.active a:focus {
    background-color: #023e60 !important;
} */

.login-new .nav-tabs > li a:hover {
    text-decoration: none;
}
.login-new .nav-tabs > li > a:focus {
    background-color: #63b63a !important;
    text-decoration: none;
}

.tab-pane {
 border: 1px solid #7a99aa;
padding: 12px 5px 0px;
border-radius : 0px 0px 8px 8px;
}

.nav-tabs {
    margin :2px 2px 0px !important;
    font-size: 14px;
    justify-content: space-between;
    padding-bottom: 5px;
}

.nav-tabs > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 0px solid #2196F3;
    bottom: -2px;}


    /* .forgot_pwd {
        max-height: 270px !important; 
        min-height: 355px !important;
    } */

    .multi_login {
        max-height: 440px !important;   
        /* height: 290px !important; */
    }
    .login-form {
        /* position: absolute; */
        /* right: 80px; */
        max-width: 330px;
        background-color: rgba(255,255,255,255);
        border-radius: 15px;
        padding: 10px 15px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.16), 0 10px 10px rgba(0,0,0,0.18);
        z-index: 99;
        margin: 0px auto;
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }

     

    .bg-light-gray { 
        background: #e3e3e3;
        margin: 0px 5px;
        border-radius: 10px !important;
        padding: 7.5px 25px;
        font-size: 14px !important;
        color: #3c3c3c !important;
        display: inline-flex;
        text-align: center;
        justify-content: center;
    }


    .bg-light-gray:hover {
        background-color: #7cc15a;
        color: #fff !important;
    }
    

    .reset_psw .input-group {
        margin-bottom: 10px;
    }
    .login-form .form-control {
        background:  transparent ;
        height: 23px;
        color : #111; 
    }

    
    .login-form .input-group label.error {
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 25px;
    }

    .login-form  .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a4b4bd;
    position: relative;
    }
    
    .login-form .input-group .input-group-addon {
        vertical-align: bottom;
    }

    .login-form .input-group .input-group-addon  svg {
         width: 18px;
         height: 18px;
         opacity: .8;
         margin-top: 4px;
    }

    .login-form .input-group .input-group-addon .material-icons {
        font-size: 18px;
        color: #023e60;
     }
     .login-form .text-danger {
        color: red;
     }

    .mini-label {
        font-size: 12px;
        color: #555;    
    }
    
    .text-dark a {
        color : #555;
    }


    .input-group .form-line.focused .form-label {
        bottom: 25px;
        left: 0;
        font-size: 12px; }
    
      .input-group .input-group-addon {
        border: none;
        background-color: transparent;
        padding-left: 0;
        font-weight: bold; }
    
        .input-group .input-group-addon .material-icons {
          font-size: 18px;
          color: #555; }
    
      .input-group input[type="text"],
      .input-group .form-control {
        border: none;
        box-shadow: none;
        padding-left: 0; }
      .input-group .form-control:focus {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important; 
          
      } 


      .loading-dots {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 10px;
    }

    .loading-dots div {
        position: absolute;
        top: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        animation: bubble 1.2s infinite ease-in-out;
    }

    .loading-dots div:nth-child(1) {
        left: 0;
        animation-delay: 0s;
    }

    .loading-dots div:nth-child(2) {
        left: 20px;
        animation-delay: 0.2s;
    }

    .loading-dots div:nth-child(3) {
        left: 40px;
        animation-delay: 0.4s;
    }

    @keyframes bubble {
        0% {
            transform: scale(0.6);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(0.6);
        }
    }

    /* Button Styling */
   
    .login-btns:disabled {
        background-color: #dcdcdc; /* Gray background */
        color: #fff !important; /* Gray text */
        cursor: not-allowed;
    }

    .login-btns:disabled:hover::after {
        display: none;
        padding: 0px !important;
    }
