body.cover-img{
  background: url('../../dist/img/schoolis1.jpg') no-repeat !important;
  background-color:#fff;
  background-size: cover !important;
}
body div.cover-border{
  border:solid 7px #11b168; border-radius:3px 3px 0px 0px;
}
@media (min-width:768px){
    .lockscreen-logo{

    }
    .small-box {
    margin-bottom: 7px;
    }
    
}

@media (min-width:368px){
    .lockscreen-logo{

    }
    .small-box {
    margin-bottom: 7px;
    }
}

@media (max-width: 368){
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #ffffff !important;
  background-color: #f4f4f4 !important ;
}
}

.white-links li.dropdown a.dropdown-toggle{
  color:#ffffff !important;
}
.white-links li.dropdown a:link.dropdown-toggle {
    color:#000 !important;
}

.white-links li.dropdown a:visited.dropdown-toggle{
    color:#0000 !important;
}

.white-links li.dropdown a:hover.dropdown-toggle {
    color:#000000 !important;
}

.white-links li.dropdown a:active.dropdown-toggle {
   color:#000000 !important;
}
ul.white-links a:link{
   color:#000 !important;
}
ul.white-links ul.dropdown-menu{
  background-color: #dddddd !important;
}
.green-gray{
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222d32), 
        color-stop(1, #ecf0f5)) !important;
}