.modal-content {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: 0 !important;
}

.modal-header {
    color: #fff !important;
}

.modal-header > h5, .modal-header > h6 {
    font-weight: 300 !important;
    text-transform: uppercase !important;
}

.modal-header .close {
    color: #fff !important;
}

.modal-body input, .modal-body select, .modal-body textarea {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    border-radius: 0;
}

.modal-footer button {
    margin-left: auto !important;
    margin-right: auto !important;
}