+
{{group.title}}
+
diff --git a/dmp-frontend/src/app/login/login-page.html b/dmp-frontend/src/app/login/login-page.html
index b81717cca..748752031 100644
--- a/dmp-frontend/src/app/login/login-page.html
+++ b/dmp-frontend/src/app/login/login-page.html
@@ -4,18 +4,46 @@
-
+
+
+
+
+
+
diff --git a/dmp-frontend/src/app/projects/projects.component.ts b/dmp-frontend/src/app/projects/projects.component.ts
index 594be4f9f..8322218a9 100644
--- a/dmp-frontend/src/app/projects/projects.component.ts
+++ b/dmp-frontend/src/app/projects/projects.component.ts
@@ -8,12 +8,12 @@ import { Project } from '../entities/model/project';
selector: 'projects',
template: `
Projects
-
Sign out
-
+
+
diff --git a/dmp-frontend/src/styles.css b/dmp-frontend/src/styles.css
index 90d4ee007..1b86635f8 100644
--- a/dmp-frontend/src/styles.css
+++ b/dmp-frontend/src/styles.css
@@ -1 +1,42 @@
/* You can add global styles to this file, and also import other style files */
+
+body {
+ padding-top: 40px;
+ padding-bottom: 40px;
+ background-color: #eee;
+ }
+
+ .form-signin {
+ max-width: 330px;
+ padding: 15px;
+ margin: 0 auto;
+ box-shadow: 0px 0px 0px 1px #d8d4d4;
+ }
+ .form-signin .form-signin-heading,
+ .form-signin .checkbox {
+ margin-bottom: 10px;
+ }
+ .form-signin .checkbox {
+ font-weight: normal;
+ }
+ .form-signin .form-control {
+ position: relative;
+ height: auto;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ padding: 10px;
+ font-size: 16px;
+ }
+ .form-signin .form-control:focus {
+ z-index: 2;
+ }
+ .form-signin input[type="email"] {
+ margin-bottom: -1px;
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+ }
+ .form-signin input[type="password"] {
+ margin-bottom: 10px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ }