.modal-backdrop.fade.show {
    background-color: #004b22;
    opacity: .7;
}
.modal-content {
    background-color: transparent;
    border: none;
}
.modal-content {
    background-color: transparent;
    border: none;
    color: #fff;
}
.modal-content h3,.modal-content p{
    color:#fff;
}
a.close {
    color: #fff !important;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}