/* Reset */
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 } 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 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html, body {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/* Text */
body, select, input, textarea, button { font: 15px/1.5 Arial, Helvetica, sans-serif; color: #353535; outline: none; }

a { outline: none; color: #3394e6; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: 0 none; }
a > img { vertical-align: bottom; }

body {
    background: #fff;
    justify-content: center;
}

.head { margin-bottom: 40px; text-align: left; }
.offpage {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.logo {}
.logo > img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.wrap {
    text-align: center;
    max-width: 500px;
    padding: 4% 4% 8% 4%;
    margin: 0 auto;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap > .title {
    font-size: 28px;
    display: block;
    margin: 30px 0; }

.copyright {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 16px;
    text-align: center;
    font-size: .8em;
    background-color: #f7f7f7;
    color: #919191;
}
.copyright a { }
.copyright:hover { opacity: 1; }