Style refactoring
diff --git a/views/style/sass/lib/login.scss b/views/style/sass/lib/login.scss
new file mode 100644
index 0000000..4cd970f
--- /dev/null
+++ b/views/style/sass/lib/login.scss
@@ -0,0 +1,54 @@
+.login{
+  #content-main {
+    background: rgba(255,255,255,0.82);
+  }
+
+  #content-main form input[type=text],
+  #content-main form input[type=password],
+  .requestDialog.ui-widget input{
+    background-color: rgb(250, 255, 189);
+  }
+  //#forgot_pwd{
+  //  font-size: 11px;
+  //  font-style: normal;
+  //  text-decoration: none;
+  //}
+  //
+  //#create_acct{
+  //  font-size: 11px;
+  //  font-style: normal;
+  //  text-decoration: none;
+  //  padding-left: 45px;
+  //}
+
+  .row + .row {
+    margin-top: 10px;
+  }
+
+  #content-main form {
+    margin: 5px 15px 0;
+  }
+
+  .btn-primary {
+    @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
+    background: $btn-primary-bg;
+  }
+
+  .forgotLink {
+    width: 45%;
+    text-align: left;
+    float: left;
+  }
+
+  #request-account-form{
+    display:none;
+  }
+
+  #requestAccountLink {
+    margin-top: 10px;
+    cursor: pointer;
+    color: $brand-primary;
+    text-decoration: underline;
+  }
+}
+