/*html {
    background: url(/assets/images/background-login-800.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media screen and (min-width: 800px) {
    html {
        background: url(/assets/images/background-login-1600.jpg) no-repeat center center fixed;
    }
}*/


#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#form-login {
    width: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 30px;
    position: fixed;
    bottom: 15%;
    left: 15%;
}