.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: #09263c url("/images/gosecure_bg_1200px.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   color: #252525;
}
