@charset "utf-8";

/* latin */
@font-face {
    font-family: 'Encode Sans Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../webfonts/EncodeSansCondensed400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
    font-family: 'Encode Sans Condensed', sans-serif;
    margin: 0;
    border: 0;
}

#login {
    margin: 70px auto;
    width: 320px;
}
#login p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
#login span {
    color: #fff;
    font-size: 12px;
}
#login a {
    color: #39f;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#login a:hover {
    color: #3af;
}
#login form i {
    background-color: #cecece;
    border-radius: 5px 0px 0px 5px;
    color: #3b4148;
    font-size: 24px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 82px;
}
#login form input {
    height: 51px;
}
#login form input[type="text"], input[type="password"] {
    background-color: #3b4148;
    border-radius: 0px 5px 5px 0px;
    color: #cecece;
    font-size: 18px;
    margin-bottom: 1em;
    margin-top: 0px;
    padding: 0 16px;
    width: 206px;
}
#login form input[type="submit"] {
    border-radius: 5px;
    background-color: #39f;
    color: #eee;
    font-size: 18px;
    font-weight: bold;
    font-weight: 900;
    margin-bottom: 1em;
    text-transform: uppercase;
    width: 320px;
}
#login form input[type="submit"]:hover {
    background-color: #3af;
}