.bg {
    /* The image used */
    background-image: url("../img/casino.jpg");

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

label {
    font-weight: bold;
    color: #4a4a4a;
}