.bg-card-gradient {
  background: #2d598a;
}

.btn-primary {
  color: #fff;
    background-color: #2d598a;
  /* background-color: #3C71AC;*/
  border-color: #2d598a;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #3C71AC;
  border-color: #3C71AC;
}

.message-box {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border:1px solid #ccc;
  border-radius:0.4rem;
  background: #E9ECEF;
}

.error {
  color: #E81919;
}

.min-vh-100 {
  min-height: calc(100vh - 1.1rem) !important;
}

