.alert.alert-with-icon{
    padding-left: 66px;
}

.alert.alert-danger {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.alert.alert-danger {
    background-color: #f55145;
    color: #ffffff;
  }

  .alert [data-notify="dismiss"] {
    margin-right: 5px;
  }

  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

  .alert .close {
    line-height: .5;
  }

  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
  }

  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }

  button {
    border-radius: 0;
  }

  .alert .close i {
    color: #fff;
    font-size: 11px;
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  .alert.alert-with-icon i[data-notify="icon"] {
    font-size: 30px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #fff;
  }

  .alert span {
    display: block;
    max-width: 89%;
  }

  .alert.alert-danger a, .alert.alert-danger .alert-link {
    color: #ffffff;
  }

  .alert.alert-success {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
  }

  .alert.alert-success {
    background-color: #55b559;
    color: #ffffff;
  }