/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

html, body { margin: 0; padding: 0; font-family: 'Droid Sans', sans-serif; background-image: url("../images/core/login-bg.png"); background-repeat: repeat; }

#login h1 { display: none; }
#login form { margin-top: 0; padding: 30px 25px; border-radius: 7px; box-shadow: 0px 0px 5px #000; }
#login form .input { padding: 10px; border-radius: 2px; font-size: 14px; font-size: 0.875rem; line-height: 1; }
#login form p.forgetmenot, #login form p.submit { float: none; display: block; width: 100%; }
#login form p.submit { margin-top: 15px; text-align: center; position: relative; }
#login form .button-primary { text-align: center; margin: 0 auto; display: inline-block; padding: 10px 20px; min-width: 150px; max-width: 100%; height: auto; line-height: 1.3; float: none; background-color: #1E88E5; box-shadow: none; border: none; color: #FFF; text-shadow: none; }
#login form .button-primary:hover { background-color: #1565C0; }

.login #backtoblog, .login #nav { text-align: center; }
.login #backtoblog a, .login #nav a { color: #FFF; }

.login #backtoblog { margin-top: 30px; }
