header {
  background: #d0deea;
}

.navbar-brand-center {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 auto;
}

.modal-status-success {
  background-color: #7d9bb4;
}
.modal-status-error {
  background-color: #de8a89;
}
.modal-status-error-text {
  color: #BF4040;
}
.modal-status-info-text {
  color: #325069;
}

.header-base {
  margin-top: 11px;
  margin-bottom: 17px;
}

