.user-logo-section {
   background: #f6f6f6;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f8f8f8));
   background: -ms-linear-gradient(bottom, #f6f6f6, #f8f8f8);
   background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #f8f8f8 100%);
}

.custom-background-home {
   background: #666 !important;
}
