afb14c82 by Jeff Balicki

ss

1 parent 0e7ddeb0
No preview for this file type
...@@ -191,4 +191,110 @@ label { ...@@ -191,4 +191,110 @@ label {
191 191
192 .forgetmenot { 192 .forgetmenot {
193 display: none; 193 display: none;
194 }
195
196
197 @media (max-width: 879px) {
198
199
200 html {
201 background-color: transparent !important;
202 }
203
204
205 #login {
206 background: none !important;
207 padding-top: 40%;
208 width: 100%;
209 padding: 8% 0 0;
210 margin: auto;
211 background-size: 132px 72px !important;
212 margin-left: -12%;
213
214 }
215
216 body.login {
217
218 background: url(../images/LoginMobile.png) no-repeat 0px bottom fixed;
219 -webkit-background-size: cover;
220 -moz-background-size: cover;
221 -o-background-size: cover;
222 background-size: cover;
223 background-color: #221d58;
224 }
225
226 #login {}
227
228
229
230 .login #nav {
231 width: 100%;
232 display: block;
233 margin: auto;
234 margin-top: -70px;
235 background-color: transparent;
236 padding: 0px 100px 100px 240px;
237 margin-left: -30%;
238
239
240 }
241
242
243 .login #backtoblog a,
244 .login #backtoblog a:hover {
245 color: #fff !important;
246 text-decoration: none !important;
247 text-transform: uppercase;
248 margin-top: 39px;
249 margin-left: -10px;
250 display: block;
251 }
252
253 .login #nav a {
254 color: #221D58 !important;
255 text-transform: uppercase;
256 background-color: transparent;
257 margin-left: 50px !important;
258
259 text-decoration: underline;
260 }
261
262 #login h1 {
263 display: none;
264 }
265
266
267 #login form {
268 width: 100%;
269 min-height: 250px;
270 display: block;
271 margin-top: 35%;
272 -moz-border-radius: 0px;
273 -khtml-border-radius: 0;
274 -webkit-border-radius: 0;
275 -moz-box-shadow: none;
276 -webkit-box-shadow: none;
277 -khtml-box-shadow: none;
278 box-shadow: none;
279 border-radius: 0px;
280 border: none;
281 padding: 60px 100px 100px 240px;
282 margin-left: -50%;
283 margin-top: 30%;
284 background: url(../images/login.png) 0px 0px no-repeat;
285 background-size: 672px 398px !important;
286 background-position: top;
287
288 }
289
290 #lostpasswordform {
291 background: url(../images/reset.png) 0px 0px no-repeat !important;
292 }
293
294
295
296
297
298
299
194 } 300 }
...\ No newline at end of file ...\ No newline at end of file
......