


#header-wapper{
    height:120px;
    width:100%;
    background:#fff;
    border: 1px solid #f1f1f1;
}
.org_logo img{
    width:100px;
    margin-top: 10px;
    float: right;
}
.gov_logo img{
    width:100px;
    margin-top: 10px;
    float: left;
}
p#head {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    text-shadow: 3px 3px 2px hsla(0, 0%, 59%, .5);
    padding: 5px;
    text-transform: uppercase;
}
p#main {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
    font-weight: bold;
    line-height: 16px;
    color: #02327E;
    text-shadow: 1px 1px 0px #EAEAEA;
    padding: 5px;
}
.login-page{
    margin-top: 20px;
}
.col-login{
    border-right: 2px dotted #222;
    height: 350px;
}
.login-title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.login-contents{
    padding: 5px;
    margin-top: 10px;
    
}
.login-title2{
    border-bottom: 2px solid #222;
    font-weight: bold;
    font-size: 20px;
}
.login-display{
    width:70%;
    padding:5px;
}
.login-footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    max-height: 100px;
    width: 100%;
    color: #FFFFFF;
    background-color: #333;
    
}
.copyright {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    font-size: .9em;
    color: #fff;
    padding: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #115cf7;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.forget-password ul li{
    list-style: none;
    
}
.forget-password ul li a{
    color: #333;
    text-decoration: none;
    
}
.forget-password ul li a:hover{
    color: #E65611;
    text-decoration: none;
    
}
.user-login-name{
    margin-right: 50px;
}
/* Dark sidebar nav-link styling */
.sidebar.bg-dark .nav-link {
    color: #f8f9fa !important;  /* light gray/white text */
}

.sidebar.bg-dark .nav-link:hover {
    background-color: #495057;   /* darker gray on hover */
    color: #ffffff !important;
}

.sidebar.bg-dark .nav-link i {
    margin-right: 8px;          /* optional spacing for icons */
}

/* Ensure active/current link stands out */
.sidebar.bg-dark .nav-link.active {
    background-color: #0d6efd;
    color: white !important;
}











@media only screen and (max-width: 1000px) {
    p#main{
      font-size: 20px;  
    }
    p#head{
      font-size: 15px;  
    }
    #header-wapper{
    height:130px;
}
    
}
