.modal-global-msg {
  max-width: 540px;
  margin: 0 auto; }
  .modal-global-msg .modal-header {
    text-align: center;
    background-color: #f7f7f7;
    padding: .75rem 1rem; }
    .modal-global-msg .modal-header .logo-img {
      margin: 0 auto;
      display: block; }
  .modal-global-msg .modal-title {
    font-size: 1.25rem; }
  .modal-global-msg .modal-body {
    padding: 20px 30px;
    text-align: center; }
  .modal-global-msg .modal-footer {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .modal-global-msg .modal-footer .button {
      margin: 0  5px 15px 5px; }
