
.alert {
  font-weight: 700;
  color: #f3f2eb;
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 50%;
}

.alert-error {
  	background: #d5525b;
}

.alert-success {
	background-color: #97bf0d;
}
