.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.fixed-top {
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
