@font-face {
    font-family: 'ScoresIcons';
    src: url('font/scoresicons.eot?2931736');
    src: url('font/scoresicons.eot?2931736#iefix') format('embedded-opentype'),
    url('font/scoresicons.woff2?2931736') format('woff2'),
    url('font/scoresicons.woff?2931736') format('woff'),
    url('font/scoresicons.ttf?2931736') format('truetype'),
    url('font/scoresicons.svg?2931736#scoresicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: Roboto, Arial, Helvetica;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

ul {
    list-style: none;
    overflow: hidden;
}

input {
    border: none;
    background-color: transparent;
    text-align: left;
    width: 75%;
}

img {
    vertical-align: middle;
}

.icon-user:before { content: '\e811'; }
.icon-lock:before { content: '\e812'; }
.icon-right:before { content: '\e808'; }

li[class^="icon-"], li[class*=" icon-"], button {
    border: 1px solid #878a92;
    padding: 10px 10px 10px 15px;
    margin-bottom: 7px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #18191b, #3d3f43);
}

li[class^="icon-"]:before, li[class*=" icon-"]:before, button:before {
    font-family: "ScoresIcons";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    position: relative;
    padding-right: 3px;
    top: -2px;
    text-align: left;
    float: left;
    overflow: hidden;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);

}

button {
    padding: 6px 10px 4px;
    margin-top: 13px;
    cursor: pointer;
    top: 0;
    width: 70%;
}

button.LoginActive {
    border: 1px solid #EF1C21;
    background: rgba(0,0,0,0.8);
    background-image: linear-gradient(to top, #242628, #55585e);
}


#LoginBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background-color: #000000;
}

#LoginBackground > img {
    opacity: 0.4;
    min-width:100%;
    min-height:100%;
}

#LoginForm, #LoginError {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #666666;
    border-radius: 20px;
    z-index: 50;
    box-shadow: 15px 15px 15px 0 #000000;
}

#LoginForm {
    width: 250px;
    height: 368px;
    padding: 20px;
    margin-top: -184px;
    margin-left: -125px;
    background: rgba(0,0,0,0.5);
}

#LoginError {
    width: 850px;
    margin-top: 215px;
    margin-left: -425px;
    padding: 10px 10px 10px 80px;
    background-color: rgba(0,0,0,0.4);
    min-height: 80px;
    line-height: 60px;
    cursor: pointer;
}

li:first-child { padding-bottom: 20px; }
li:last-child { text-align: right; }





