@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue-Regular.ttf);
}

.mainBody {
    background: url(img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.offersBody a:hover {
    text-decoration: none;
}

a {
    color: #000;
}

.logo {
    margin: 2% 0% 5% 13%;
}

.form {
    background-color: rgba(0, 87, 119, 0.8);
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
    padding: 30px 60px;
    border-radius: 20px;
}

.form h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-group {
    margin: 20px auto;
    max-width: 400px;
    font-size: 20px;
    font-weight: bold;
}

.col-form-label {
    color: #fff;
}

.form-control-lg {
    border-radius: 10px !important;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 10px;
}

.form-check {
    padding-left: 1.7rem !important;
    margin-top: 20px !important;
}

.form-check-input {
    margin-top: 0.8rem;
}

.form-check-label {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.form-check-label a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

.btn-success {
    border-radius: 0px;
    font-weight: bold;
    padding: 10px 50px;
    font-size: 20px;
}

.alert-success {
    color: #fff;
    background-color: rgba(0, 51, 0, 0.4);
    border: none !important;
    font-size: 20px;
}

.alertMessage {
    color: #33cc33;
    line-height: 0px;
}

.alertMessage i {
    font-size: 30px;
}

.close:hover {
    color: #fff;
}

.box {
    background-color: #002f5a;
    text-align: center;
    border-radius: 1px;

}

.casinoLogo {
    height: 145px;
    border-top: 15px solid #f8d948;
    background-color: #fff;
    position: relative;
}

.casinoLogo img {
    width: auto;
    height: auto;
    max-width: 230px;
    max-height: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.stars {
    margin: 30px 0px;
}

.welcomeBonus {
    font-family: BebasNeue;
    color: #fff;
    font-size: 48px;
    margin-bottom: 0px !important;
    line-height: 50px;
    margin-top: 40px;
}

.bonusButtonSection {
    padding: 10px;
}

.bonusButtonSection a {
    color: #fff;
}

.bonusButtonSection p {
    margin-bottom: 0px !important;
}

.bonusButton {
    background-color: #2fa809;
    font-size: 46px;
    font-family: BebasNeue;
}

.footer {
    margin-top: 30px;
    width: 100%;
    line-height: 30px;
    background-color: #002f5a;
    text-align: center;
}

.footer-lightblue {
    padding: 10px 0px;
    background-color: #005777;
}

.footer a {
    color: #fff;
    font-size: 12px;
}

.footer p {
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
}

.footerLogos {
    padding-bottom: 20px;
}

.footerLogos img {
    padding: 0px 15px 0px 15px;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay div {
    position: absolute;
    top: 50%;
}

.terms {
    color: #fff;
}

.box a:hover {
    text-decoration: none;
}

.slidedown-button {
    font-size: 14px !important;
}

@media (max-width: 576px) {
    .alertMessage {
        line-height: 10px;
    }
    .alert {
        margin-top: 20px;
    }
  

    .box {
        margin-bottom: 30px;
    }
    .sticky {
        position: unset;
    }
}

@media (min-height: 850px) {
    .sticky {
        position: absolute;
        bottom: 0px;
    }
}