.alert,
.panel-danger {
  background: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  text-align: left;
}

.alert {
  position: relative;
  margin-bottom: 20px;
}
.alert h3 {
  padding-left: 20px;
}
.alert p {
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6rem;
  font-weight: 700;
}

.alert:before,.panel-danger:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  border-radius: 6px;
  height: 100%;
  display: block;
  content: ""
}

.alert.alert-info:before {
  background-color: #23527c;
}

.alert-message p {
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Lato';
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6rem;
  font-weight: 700;
}

.alert-message.alert-danger:before
 {
    background-color: #c00000;
}