.alert-gradient {
  background: linear-gradient(to top right, #72EA81, #50B0FA);
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.alert-gradient-error {
  background: linear-gradient(to top right, #d86868, #BC2727);
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.alert-gradient-fail {
  background: linear-gradient(to top right, #646954, #fffb00);
  border-radius: 3px;
  border: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.alert-heading-gradient {
  color: #fff;
  font-weight: 900;
}


