.modal-open .modal-backdrop {
    top: 10vh;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background: rgb(215, 152, 11);
    border: 1px solid #c8b328;
    text-align: center;
}

.btn {
    border-radius: 0 !important;
    color: #f2f2f2;
    background: rgb(70, 70, 70);
    border: 2px solid rgb(30, 30, 30) !important;
    padding: .5rem 3rem !important;
    width: 100%;
}

.btn:hover {
    background: rgb(90, 90, 90);
    color: #f2f2f2;
    border: 2px solid rgb(30, 30, 30) !important;
    padding: .5rem 3rem !important;
}

@media (max-width: 768px) {
    .mobile-margin-bottom {
        margin-bottom: .5rem;
    }
}
