.comp_etusivun {
   background-image: url('../img/fhra/etusivun_logo.png');
   width: 100%;
   background-size:     cover;
}
.comp_laatikko{
   height: 160px;    
}
.comp_background{
    background-image: url('../img/mpmessut/background001.png');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}

.comp_bg {
  background-color: black !important;
}

.ec-header-dark .navbar{
  background-color: black !important;  
}

.ec-sidebar-dark .ec-brand a{
    background-color: black !important;  
}

.sidebar .sidebar-inner > li > a {
    color:white;
}

.ec-sidebar-dark .ec-left-sidebar{
    background-color: black !important;  
}
/* etusivun logot */
.sign-inup .ec-brand a img {
    max-width: 50px;
}

/*Dashboard logo */
.ec-brand a img{
    margin-left: 60px;
    max-width: 60px;
    
}