.custom-modal.modal .modal-content{
    border-radius: 0px !important;
    border:none !important;
}

.custom-modal.modal .modal-header{
    border-bottom: none;
}

.custom-modal.modal .modal-body{
    padding: 30px !important;
}

@media (min-width: 768px) {
    .custom-modal.modal .modal-sm {
        width: 400px;
    }
}
