.login-page {
    /* The image used */
    background-image: url("../assets/backgrounds/image.jpg");

    /* Full height
    height: 100%;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box, .register-box {
    width: 425px;
}
