body {
    background-color: #000;
    background-image: url(../img/bg-login.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

html, body {
    height: 100%;
    width: 100%;
}

* {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

header {
    background: #292929;
    padding: 20px 0;
}

header .logo a {
    display: inline-block;
    vertical-align: middle;
}

header .logo img {
    height: 70px;
}