diff --git a/css/login.css b/css/login.css index 90b23f6..de03a90 100644 --- a/css/login.css +++ b/css/login.css @@ -1,9 +1,9 @@ body{ font-family: 'Open Sans', sans-serif; - background: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); - margin: 0 auto 0 auto; - width:100%; - text-align:center; + background-color: rgb(0,0,0); + background-color: rgb(0, 0, 4); + color: "white"; + text-align: right; margin: 20px 0px 20px 0px; } @@ -15,24 +15,14 @@ p{ h1{ font-size:1.5em; - color:#525252; -} - -.box{ - background:black; - width:300px; - border-radius:6px; - margin: 0 auto 0 auto; - padding:0px 0px 70px 0px; - border: #2980b9 4px solid; + color:#fff; } .email{ background:#ecf0f1; - border: #ccc 1px solid; + border: #212529 1px solid; border-bottom: #ccc 2px solid; padding: 8px; - width:250px; color:#AAAAAA; margin-top:10px; font-size:1em; @@ -88,3 +78,12 @@ h1{ #btn2:hover{ background:#3594D2; } +.brancher{ + background-image: ".css/res/inverse_branch.svg"; + filter: blur(6px); + -webkit-filter:blur(6px); + background-repeat:no-repeat; + background-position:center; + background-size:cover; + height:100% +} diff --git a/signup.html b/signup.html index 8009107..1d1cc6e 100644 --- a/signup.html +++ b/signup.html @@ -1,9 +1,12 @@ + + +
+