/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #e52f2c;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.bg-gradient-blue {
  background-color: #216B8B;
  background-image: linear-gradient(180deg, #216B8B 10%, #22536a 100%);
  background-size: cover;
}