// .loginForm {
//     .userField {
//         .disabled {
//             opacity: 0.6;
//         }
//     }
// }

//MUI Modal Dialog Styling
// .MuiDialog-container {
//     .MuiDialogContent-root {
//         .modelform {
//             .button-wrap {
//                 .ButtonComponent  {
//                     display: block;
//                     .btn {
//                         background-color: #DADADA!important;
//                         color: #000!important;
//                         border-radius: 0!important;
//                         min-width: 100%!important;
//                     }
//                 }
//             } 
//         }
//     }
// }