/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.12.2013, 15:02:58
    Author     : anxx
*/
@font-face{
    font-family: OpenSans;
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../WebFont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #293955;
    margin: auto;
    width: 800px;
    font-family: OpenSans;
    font-size: 14px;
}
#login-box {
    background: #d6dbe9;
    border-radius: 2px;
    margin: 20px;
    color: black;
    padding: 1em 1em 1em 1em;
    list-style-type: none;
}
#login-box li {
    display: inline-block;
    padding: 0px 5px 0px;
}
#lock-symbol {
    text-align: center;
    min-height: 128px;
    min-width: 128px;

}
#login-article {
    margin-top: 30px;
    vertical-align: middle;
    text-align:center;
}
body > header {
    margin: 0px 30px 0px;
    color: rgb(220, 0, 0);
    text-align: center;
}
.construction {
    color: rgb(247, 139, 49);
}
a {
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    color: rgb(255, 242, 157)
}
