36b45e47 by Jeff Balicki

s

1 parent ac85563c
1 html,
2 body {
3 overflow: hidden;
4 }
5
1 #login { 6 #login {
2 background: url(../images/logo-white-5.png) 40px 40px no-repeat !important; 7 background: url(../images/logo-white-5.png) 40px 40px no-repeat !important;
3 padding-top: 40%; 8 padding-top: 40%;
...@@ -63,7 +68,7 @@ body.login { ...@@ -63,7 +68,7 @@ body.login {
63 border: none; 68 border: none;
64 padding: 60px 100px 100px 240px; 69 padding: 60px 100px 100px 240px;
65 margin-left: 30%; 70 margin-left: 30%;
66 margin-top: 8%; 71 margin-top: 5%;
67 background: url(../images/login.png) 0px 0px no-repeat; 72 background: url(../images/login.png) 0px 0px no-repeat;
68 background-size: 672px 398px !important; 73 background-size: 672px 398px !important;
69 74
...@@ -86,9 +91,19 @@ form { ...@@ -86,9 +91,19 @@ form {
86 .message { 91 .message {
87 -moz-border-radius: 0px; 92 -moz-border-radius: 0px;
88 border: none; 93 border: none;
89 margin: 0 8px 16px 8px; 94 margin: 20px 8px 16px 8px;
90 border: 1px solid #6ac9c8; 95 border: 1px solid #6ac9c8;
91 background-color: #221D58; 96 background-color: #221D58;
97
98 }
99
100 @media only screen and (max-width: 768px) {
101 .message {
102 position: relative;
103 top: 80px;
104 left: 34%;
105 width: 85vw;
106 }
92 } 107 }
93 108
94 .updated, 109 .updated,
...@@ -127,7 +142,7 @@ p#backtoblog { ...@@ -127,7 +142,7 @@ p#backtoblog {
127 text-shadow: none; 142 text-shadow: none;
128 position: absolute; 143 position: absolute;
129 top: 50px; 144 top: 50px;
130 left: 27%; 145 left: 20%;
131 146
132 } 147 }
133 148
...@@ -202,7 +217,7 @@ label { ...@@ -202,7 +217,7 @@ label {
202 217
203 #login form { 218 #login form {
204 width: 35%; 219 width: 35%;
205 margin-left: 20%; 220 margin-left: 23%;
206 padding: 60px 100px 100px 140px; 221 padding: 60px 100px 100px 140px;
207 } 222 }
208 223
......