#six_one_four_giveaway_modal {
    z-index: 10001 !important;
}

#six_one_four_giveaway_modal #six_one_four_giveaway_modal_image {
    display: block;
    margin-bottom: 20px;
}

#six_one_four_giveaway_modal .errors {
    color: #f00;
    margin-top: 20px;
}

#six_one_four_giveaway_modal .errors li {
    margin-bottom: 5px;
}

#six_one_four_giveaway_modal #six_one_four_giveaway_modal_success {
    text-align: center;
}

#six_one_four_giveaway_modal #six_one_four_giveaway_modal_success h3 {
    margin-bottom: 20px;
    font-size: 28px;
}

#six_one_four_giveaway_modal form {
    margin-top: 20px;
}

#six_one_four_giveaway_modal .highlight {
    color: #d12253;
}

#six_one_four_giveaway_modal .six_one_four_giveaway_modal_tos{
    display: block;
    text-align: center;
    font-size: 10px;
}

#six_one_four_giveaway_modal .form-group {
    margin-bottom: 1rem;
}

#six_one_four_giveaway_modal .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    background: none;
    padding: 0;
    margin: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}