.login-page
{
    background: url('img/fresta.jpg') no-repeat center center fixed;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover;
}

.login-page h1
{
    font-weight: 300;
}
.login-page h1 small
{
    color: gray;
}
.login-page .form-group
{
    padding: 8px 0;
}
.login-page .form-content
{
    padding: 40px 0;
}
