.sycorr-alerts .alert {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 10px 30px;
  text-shadow: none!important;
}
.sycorr-alerts .alert h3 {
  margin-bottom: 0;
}
.sycorr-alerts .close {
  color: #FFF;
  opacity: 1;
  text-shadow: none;
}
.sycorr-alerts .alert-warning {
  background-color: rgba(255, 194, 63, 0.95) !important;
  color: #996800;
}
.sycorr-alerts .alert-info {
  background-color: rgba(106, 193, 255, 0.95) !important;
  color: #00687B;
}
.sycorr-alerts .alert-error {
  background-color: rgba(232, 39, 39, 0.95) !important;
  color: #FFF;
}
