Refactoring
diff --git a/views/style/sass/lib/login.scss b/views/style/sass/lib/login.scss
index f18abc6..ec79de2 100644
--- a/views/style/sass/lib/login.scss
+++ b/views/style/sass/lib/login.scss
@@ -4,7 +4,19 @@
    margin: 20px auto;
    padding-top: 20px;
 }
+.login {
+  background-image: url('bg.jpg');
+  background-size: cover;
+  background-position: center; 
+  background-repeat: no-repeat;
+}
 
+.login #content-main {
+  float: none;
+    height: 330px;
+    margin: 100px auto 0;
+    width: 265px;
+}
 .login{
   #content-main {
     background: rgba(255,255,255,0.82);
diff --git a/views/style/sass/lib/tabs.scss b/views/style/sass/lib/tabs.scss
index 44e1b8e..5ed0640 100644
--- a/views/style/sass/lib/tabs.scss
+++ b/views/style/sass/lib/tabs.scss
@@ -19,4 +19,9 @@
   border-bottom-width: 5px !important;
   border-bottom-style: solid;
   border-bottom-color: $brand-primary;
+}
+
+.ui-widget-header {
+  background: none !important;
+  border: none !important;
 }
\ No newline at end of file