Styling favicon and login background

Change-Id: I4067985daa063575ac371ba39dbdbeceff3eae50
diff --git a/src/app/core/header/header.spec.ts b/src/app/core/header/header.spec.ts
index 8662719..c8dffe7 100644
--- a/src/app/core/header/header.spec.ts
+++ b/src/app/core/header/header.spec.ts
@@ -68,6 +68,10 @@
     expect(header.trim()).toEqual(StyleConfig.projectName);
   });
 
+  it('should set the appropriate favicon', () => {
+    console.log($('#favicon').attr('href'));
+  });
+
   it('should configure toastr', () => {
     expect(MockToastrConfig).toEqual({
       newestOnTop: false,