.flash-messages {
  width: 60%;
  margin: 20px auto;
  text-align: center;
}

.alert-success {
  padding: 10px;
  background-color: #315439;
  color: #fff;
  border-radius: 5px;
}

.alert-fail {
  padding: 10px;
  background-color: #562f33;
  color: #fff;
  border-radius: 5px;
}

.error-msg {
  color: rgb(129, 45, 45);
  border-radius: 10px;
  text-align: justify;
  padding: 1px;
}

.responsive-img {
  width: 100%;
  height: auto;
}
