body {
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.mar-bottom {
  margin-bottom: 1rem !important;
}
.card {
  margin-bottom: 1rem !important;
  border-top: 5px solid #26418f !important;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
}
.body-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
