#myModal .modal-header {
    border-bottom: none;
}

#myModal.warning-info .modal-content:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block
}

#myModal.warning-info .modal-content:before {
    background-color: rgba(40, 34, 34, 0.8);
    top: 0;
    left: 0
}

#myModal.warning-info img {
    max-height: 9vmin;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#myModal .close {
    position: absolute;
    right: 20px;
    top: 10px;
    border: none;
    text-shadow: none;
    color: transparent;
    opacity: 1;
}

#myModal .close span {
    font-size: 50px;
    color: white;

}

#myModal .modal-body p {
    color: white;
}

#myModal .modal-header {
    position: relative;
}

#myModal .modal-content {
    padding: 20px;
}