From 1bfa4a2cdfa70c2cb288ed40de6eb914c008d3a3 Mon Sep 17 00:00:00 2001
From: Gregor Lenz <g.lenz@imperial.ac.uk>
Date: Thu, 6 Oct 2016 16:08:28 +0100
Subject: [PATCH] change colour and edges for login screen

---
 src/main/webapp/style/app.css | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/style/app.css b/src/main/webapp/style/app.css
index 06e79775..49f9ae16 100644
--- a/src/main/webapp/style/app.css
+++ b/src/main/webapp/style/app.css
@@ -1049,7 +1049,7 @@ body input.btn1,
 body .btn1[type="button"],
 body [type="submit"] {
     color: #fff;
-    background: #1A75BB linear-gradient( #3C8BC7, #1A75BB );
+    background: #89a7f5;  /*linear-gradient( #1A75BB, #88ade3  ); */
     /*border: 1px solid #033E77;*/
     border: 1px solid #085895;
     box-shadow: 0 1px 1px #a0a0a0;
@@ -1257,16 +1257,18 @@ body.xnat .chosen-container {
 
 #login_box,
 #register_box {
-    background-color: #f0f0f0;
+    background-color: #d9def0;
     display: inline-block;
     line-height: 1.1;
     padding: 0;
     width: 400px;
+    border-radius: 10px;
 }
 
 #login_box {
-    float: right;
-    margin-right: 20px;
+    float: left;
+    margin-left: 20px;
+    margin-top: 100px;
 }
 
 #register_box {
@@ -1282,6 +1284,7 @@ body.xnat .chosen-container {
 #register_form {
     border: 1px solid #ccc;
     padding: 20px;
+    border-radius: 10px;
 }
 
 #login_box_container,
@@ -1289,6 +1292,7 @@ body.xnat .chosen-container {
     display: inline-block;
     position: relative;
     vertical-align: top;
+    border-radius: 10px;
     /*width: 400px;*/
 }
 
@@ -1322,7 +1326,9 @@ body.xnat .chosen-container {
 /*}*/
 
 #site_description {
-    /* */
+    font-size: 14px;
+    vertical-align: middle;
+    background: #1b5b69;
 }
 
 #site_description img {
@@ -1352,7 +1358,8 @@ span.sep {
 /*    letter-spacing: 0.05em; */
     vertical-align: middle;
     color: #fff;
-    background: #033769;
+/* darker green  background: #42be9f; */
+    background: #1b1a87;
 }
 
 #user_bar > .inner {
-- 
GitLab