/**
 * Veno File Manager custom CSS
 */
body { 
  background: url(https://www.quality-partner.fr/extranet/vfm-admin/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-brand > img{
width: 60px;
height: 60px;
}

.vfmblock uploadarea py-2 col-12 {
padding-bottom: 50px;
}