<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* @group html5 reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

html {
    margin-bottom: 1px;
    min-height: 101%;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}


ol, ul {
    list-style: none outside none;
}

blockquote, q {
    quotes: none;
}

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

a {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

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

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 1px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 0;
}


.template {
    display: none;
}

*:focus {
    outline: none;
}

/*FONTS*/
@font-face {
    font-family: 'Akkurat';
    src: url('../Fonts/akkurat.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Akkurat';
    src: url('../Fonts/akkurat.ttf') format('truetype');
}

@font-face {
    font-family: 'AkkuratBold';
    src: url('../Fonts/akkuratbold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'AkkuratBold';
    src: url('../Fonts/akkuratbold.ttf') format('truetype');
}


/*HEADER*/
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #d9d9d9;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 8px 2px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px 2px #d9d9d9;
    box-shadow: 0px 0px 8px 2px #d9d9d9;
}

div.header {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
}

    div.header div.logo {
        position: relative;
        top: 14px;
        left: 60px;
        cursor: pointer;
        float: left;
    }





div.login {
    position: absolute;
    width: 290px;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -170px;
    display: inline-block;
}

div.loginInput {
    position: relative;
    width: 240px;
    display: block;
    height: 30px;
    border-bottom: 1px dotted #000050;
    margin-bottom: 5px;
}

div.activeInput {
    border-bottom: 1px solid #000050;
}

div.loginInput input {
    position: relative;
    bottom: 6px;
    font-family: Akkurat, Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000050;
    padding-left: 7px;
    height: 20px;
    width: 168px;
    border: 0;
    outline: 0;
    overflow: hidden;
}


div.loginSend {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 20px;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px dotted #000050;
    background-image: url('../pics/icon_button_send_off.png');
    background-repeat: no-repeat;
    background-position: center top;
}

    div.loginSend:hover {
        border-bottom: 1px solid #000050;
        background-image: url('../pics/icon_button_send_on.png');
    }

@media only screen and (max-width: 568px) {

    div.header div.logo {
        left: 10px;
    }

    div.login {
        width: 280px;
        top: 30%;
        left: 10px;
        margin: 0;
    }
}

@media only screen and (max-width: 360px) {

    div.loginInput {
        width: 240px;
    }
}
</pre></body></html>