.input-error {
  box-shadow: 0 0 5px red;
}

.warning-message {
  color: red;
  margin: 0;
  display: inline-block;
}

.form-success {
  background-color: rgba(0, 255, 0, 0.65);
}

.centering {
  display: flex;

  justify-content: center;
  align-items: center;
}

.mandy {
  color: red;
}

.error-div {
  margin-top: 1rem;
  box-shadow: 0 0 5px red;
  color: red;
}
