.notification {
    z-index:99;
    position:fixed;
    bottom:10px;
    float:none;
    min-width:98%;
    background: #fff;
    padding: 10px 15px;
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #999999;
  }
  
  .notification-error {
    background: #ff1010;
    color: #ffffff;
  }
  
  .notification-alert {
    /* background: #a0a0a0; */
    background: #ffb500;
    color: #000000;
  }
  
  .notification-info {
    background: #a4beff;
    color: #FFF;
  }
  #close{
    text-decoration:none;
    float:right;
  }

  .btn-cookie {
    margin-right: 5rem !important;
  }