  .site-msg.information {
    background: linear-gradient(90deg, #dff7ff 0%, #bfeeff 22%, #87dbff 50%, #55c8f3 78%, #2fb4e8 100%) !important;
    color: #083b52 !important;
    min-height: 46px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.45);
  }

  .site-msg.information a {
    text-decoration: none !important;
  }