.skin-blue .main-header .navbar,.logo{
    
    background-image: linear-gradient(to right, #8BC34A, #00623E, #022E1F) !important;
}


.main-header .sidebar-toggle:hover{
    
    background: none !important;
}


   /* register login page design */

.account-bg{
    
     background-image: url("./cover.png");

     background-size: cover;
     background-repeat: no-repeat;
     width: 100%;
     height: auto;
     
   
}

.login-box-body, .register-box-body{
 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

    border-radius: 20px;
      
}

.btn.btn-flat{

     background: #BF1E2E;
}



  
.login-logo a, .register-logo a {
    color: #BF1E2E !important;
}

.skin-blue .main-header li.user-header{
    
    background: #4bdb71 !important;
    
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{

      color: #000 !important;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .change {

    background: green;
    color: #fff;

}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .sign_out {
    
    background: #BF1E2E  !important;
    
    color: aliceblue !important;
}


/*footer powered by */


.powered{
    margin-left: 230px ;
}



.user-panel>.image>img {
    width: 100%;
    max-width: 50px;
    height: auto;
}
.img-circle {
    
    border-radius: 0% ;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    
    background: gray !important;
}

.small-box h3 {
    font-size: large !important;
}
footer>a{
    color: #BF1E2E !important;
}