summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-01-11 16:38:09 +0200
committergarbash <dor.garbash@gmail.com>2015-01-11 16:38:12 +0200
commit8e359773cb8ff0ace4ee37a78c12d0a759a87d25 (patch)
tree42dd378cf3bfb4dbf67c3ca5aa13806395251068 /res/client/css/style.css
parent51eaa9a5c5b05b24510c3cfc5a93499a54833b70 (diff)
WIP - Styling of login page
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css67
1 files changed, 61 insertions, 6 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 7af83183..f7c26017 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -30,7 +30,6 @@ body {
margin: 0;
min-width: 980px;
padding: 0;
- color: #FFF;
font-size: 12px;
background-color: #f5f5fa; }
@@ -133,12 +132,61 @@ table {
border-collapse: collapse;
border-spacing: 0; }
+* {
+ box-sizing: border-box; }
+ *:before, *:after {
+ box-sizing: border-box; }
+
.login-background {
background: url(../img/login-background.jpg);
background-repeat: no-repeat;
- background-size: cover;
background-position: center; }
+.welcome-box {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 50px;
+ width: 600px;
+ height: 800px;
+ background: white; }
+
+.login-rhizi-logo {
+ margin-left: auto;
+ display: block;
+ margin-right: auto;
+ padding-top: 25px; }
+
+.login-header {
+ margin-top: 35px;
+ margin-bottom: 35px;
+ text-align: center;
+ color: #ee3654; }
+
+.login-text {
+ margin-left: 35px;
+ margin-right: 35px;
+ text-align: center; }
+
+.login-form {
+ margin-top: 50px;
+ margin-bottom: 50px;
+ margin-left: 150px;
+ margin-right: 150px;
+ text-align: center; }
+
+input {
+ border: none;
+ font-family: inherit;
+ font-size: inherit;
+ margin: 0;
+ -webkit-appearance: none; }
+
+.forgot-password {
+ color: #919095;
+ text-decoration: none; }
+ .forgot-password:hover {
+ color: #363636; }
+
.btn-regular {
cursor: pointer;
background-color: white;
@@ -702,14 +750,21 @@ h1 {
h2 {
font-size: 24px; }
-h1 {
+h3 {
font-size: 18px; }
-h2 {
+h4 {
font-size: 14px; }
-h1 {
- font-size: 12px; }
+h5 {
+ font-size: 12px;
+ line-height: 1.4; }
+
+/* Paragraph */
+p {
+ font-size: 12px;
+ color: #363636;
+ line-height: 1.4; }
svg text::selection {
background: none; }