.modal-body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-header, .modal-footer {
    border: none !important;
}

.modal-footer-text {
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'AkrobatLight';
    line-height: 20px;
}

.modal-footer-tag {
    width: auto;
    font-family: 'AkrobatLight';
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}


.modal-footer-tag:hover {
    color: #C71441;
 }