div.alert[data-notify="container"] {
  max-width: 700px;
  background: #1d2d50;
  border-radius: 5px;
  color: white;
}

div.alert[data-notify="container"] span[data-notify="icon"]{
  display: block;
  width: 100px;
  line-height: 80px;
  text-align: center;
  font-size: 60px;
  float: left;
}

div.alert[data-notify="container"] span[data-notify="title"]{
  display: block;
  margin-left: 100px;
  margin-right: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

div.alert[data-notify="container"] span[data-notify="message"]{
  display: block;
  margin-left: 100px;
  margin-right: 30px;
  margin-bottom: 1rem;
}

div.alert[data-notify="container"] div[data-notify="progressbar"]{
  height: 0.2rem;
  border-radius: 0 !important;
  background: black;
}

div.alert[data-notify="container"] div[data-notify="progressbar"] div{
  background-color: white;
}

div.alert[data-notify="container"] button.close{
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  opacity: 1;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 35px;
}
