html {
    position: relative;
}
body {
    background-image: url('/assets/images/login-background-image.jpg');
    background-size: cover;
    font-family: 'Lato';
    overflow: hidden;
}
i.fa {
    margin-right: 6px;
}
div.content {
    margin-top: 35px;
}
