body {
    background-image: url('https://thegambler.club/pay/images/pay-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.container {
    background-color: rgba(0,0,0,0.5);
    min-height: 100vh;
}

.btn-light {
    background-color: rgba(0,0,0,0.5);
    color: inherit;
    border: none;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: rgba(255, 255, 255, 1);
}

#email, #league-name {
    max-width: 350px;
    margin: 0 auto;
}

.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#predictions img, #payment-type img {
    width:200px;
}

.site-logo img{
    padding: 15px;
    height: 5em;
}

@media (max-width: 992px) {
    .btn-group {
        display: block;

    }
}
@media (max-width: 767.98px) {
    #predictions img, #payment-type img {
        width:150px;
    }
}