body .modal-md {
    /* new custom width */
    width: 750px;
    
}
body .modal-lg {
    /* new custom width */
    width: 850px;
    
}
