.alert,
.panel-danger {
  background: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  text-align: left;
}

.alert, .notice {
  position: relative;
  margin-bottom: 20px;
}
.alert h3, .notice h3 {
  padding-left: 20px;
}
.alert p, .notice 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;
}

.alert:before,.panel-danger:before , .notice: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, .notice-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;
}

.alert-message.alert-danger:before
 {
    background-color: #c00000;
}

.notice-message::before,
.modal-body .notice-message::before{
	background-color: #00709e;
}

.alert-message::before, .notice-message::before, .confirm-message::before {
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 8px;
  display: block;
  content: "";
}

.notice-heading {
  font-weight: 700;
}