.alert-danger {
  color: #31708f;
  background-color: #d9edf7;
  border-color:#bce8f1;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}