p.applyalert {
  text-align: center;
  margin-top: 1em;
  font-size: .9em;
}

.dispNone {
  display: none;
}

.alert-success {
  background-color: lightgreen;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-danger {
  background-color: red;
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}