.modal {
    z-index: 9999 !important;
}

    .modal .modal-dialog {
    }

        .modal .modal-dialog .modal-content {
        }

.modal-header {
}

.modal-body {
}

    .modal-body .form-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

        .modal-body .form-group .form_lable {
            width: 30%;
        }

        .modal-body .form-group .form_control {
            width: 70%;
        }

.modal-footer {
}

@media only screen and  (min-width: 320px) and (max-width: 767px) {

    .modal-body .form-group .form_lable {
        width: 100%;
        margin-bottom:5px;
    }

    .modal-body .form-group .form_control {
        width: 100%;
    }
    
}
