section.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-image: url(../img/general/jojo_front.png), url(../img/general/background_left_top.png), url(../img/general/background_left_bottom.png), url(../img/general/background_right_bottom.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right bottom, left top, left bottom, right bottom;
    background-size: auto 95%, 40% auto, 30% auto, 45% auto;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.1rem;
    /* font-weight: bold; */
    color: #491057;
    text-align: center;
    max-width: 400px;
    margin: 15px auto;
    text-align: justify;
}

h1 {
    font-size: 22px;
    /* line-height: 3.4rem; */
    margin-top: 130px;
    font-weight: bold;
    color: #ff199f;
    text-align: center;
}

h1 .title {
    color: #491057 !important;
    font-size: 24px !important;
}

h2.prizes {
    font-size: 14px;
    font-weight: bold;
    color: #491057;
    text-align: center;
    max-width: 400px;
    margin: 10px auto;
}

form.contact {
    max-width: 400px;
    text-align: left;
    margin: 10px auto;
}

.contact input {
    background-color: #fff;
    display: block;
    border: 1px solid #491057;
    width: 100%;
    margin-top: 20px;
    padding: 7.5px 10px;
    text-align: center;
}

.contact input::placeholder {
    color: #491057;
    opacity: 1;
    /* Firefox */
}

.contact input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #491057;
}

.contact input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #491057;
}

.contact .checkbox {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 20px;
}

.contact input.error {
    border: 1px solid red !important;
}

.contact .checkbox input[type="checkbox"] {
    width: 50px;
    height: 50px;
    margin-top: 0;
}

.contact .checkbox label {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 15px;
    color: #491057;
}

.contact .btn-submit {
    border: none;
    background-color: #491057;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    padding: 10px 30px;
}

#prizesModal .modal-content {
    background-color: #8106a0;
    color: #fff;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

#prizesModal .modal-content {
    border: 5px solid #fff;
    border-radius: 5px;
}

#prizesModal .modal-content p.title {
    font-size: 26px;
}

#prizesModal .modal-content span.highlated {
    color: #ffd315;
}

#prizesModal .modal-header {
    border: none;
    padding-bottom: 0;
}

#prizesModal .modal-header .close {
    position: absolute;
    right: 30px;
    color: #fff !important;
    font-size: 40px;
}

#entryModal .modal-content {
    background-color: #F8189E;
    color: #fff;
    text-align: center;
}

#entryModal .modal-header {
    padding: 0 !important;
    border: 0 !important;
}

#entryModal .modal-header .close {
    position: absolute;
    right: 15px;
    font-size: 40px;
    top: 5px;
    z-index: 100;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.popup {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 100px);
    width: 300px;
    height: 200px;
    z-index: 10000;
    max-width: 100%;
}

.popup img {
    width: 300px;
    border: 5px solid #fff;
    border-radius: 10px;
    max-width: 100%;
}

.popup .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup .close {
    color: #fff;
    top: 10px;
    right: 20px;
    font-size: 40px;
    position: absolute;
}

@media screen and (max-width:1530px) {
    body {
        background-position: 100% bottom, left top, left bottom, right bottom;
        background-size: auto 85%, 40% auto, 30% auto, 45% auto;
    }
}

@media screen and (max-width:1300px) {
    body {
        background-position: 105% bottom, left top, left bottom, right bottom;
        background-size: auto 77%, 40% auto, 30% auto, 45% auto;
    }
}

@media screen and (max-width:1200px) {
    body {
        background-position: 105% bottom, left top, left bottom, right bottom;
        background-size: auto 60%, 40% auto, 30% auto, 45% auto;
    }
}

@media screen and (max-width:992px) {
    section.content .access {
        width: 80px;
    }
    section.content h1 {
        font-size: 20px;
        margin-bottom: 0;
    }
    body {
        background-image: url(../img/general/background_left_top.png), url(../img/general/background_left_bottom.png), url(../img/general/background_right_bottom.png);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: left top, left bottom, right bottom;
        background-size: 40% auto, 30% auto, 45% auto;
    }
    .contact {
        margin: 60px auto !important;
    }
    .disclaimer {
        font-size: 12px;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 90%;
    }
    section.content-mobile .access {
        width: 30%;
    }
    .popup {
        position: absolute;
        top: 25%;
        left: 5%;
        width: 90%;
        z-index: 10000;
        max-width: 100%;
    }
    .popup img {
        width: 100%;
        border: 5px solid #fff;
        border-radius: 10px;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 350px;
    }
}