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, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #333333; }
body { overflow-x: hidden; }

main.error{ max-width: 700px; margin: 3rem auto; padding: 3rem; text-align: center; }
main.error h1 {font-size:1.75em; margin-bottom:1em;}
main.error p {margin-bottom:1em;}
main.error img {margin:0 auto;display:block; margin-bottom:1.4em;}


main.istl{ max-width: 700px; margin: 2rem auto; padding: 3rem; text-align: center; }
main.istl h1 {font-size:1.75em; margin-bottom:1em;}
main.istl p {margin-bottom:1em;}
main.istl img {margin:0 auto;display:block; margin-bottom:1.4em;}
form input[type=text], form input[type=password], form input[type=email] {border:1px #ccc solid; border-radius:6px; padding:5px; min-width:100%; max-width:50%; display:inline-block; margin-bottom:20px; font-size:1em;}
form small {display:block;margin-top:-20px;font-size:0.75em; margin-bottom:20px;}
form button {background:#333;color:#fff;border-radius:6px; padding:8px 17px;display:block;margin-top:25px;font-weight: bold;font-size:1em;border:none;}
main.istl hr { background: #eee; height: 2px; border: none; margin:40px 0px; }