html {
    background: url(../img/background.jpg) no-repeat center center fixed;
    background-color: #333E48;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    height: unset;
}

.login-page {
    background: unset;
}

.login-box-body {
    background: transparent;
}

.error-box-body {
    background: #fff;
}

.public-documents {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
