* {
  margin: 0;
  padding: 0; }

p, li {
  color: black; }

a {
  color: #1c7cd5; }

h1, h2, h3, h4, h5 {
  color: #1c7cd5; }

.card-header {
  font-size: 20px;
  font-weight: 600; }

body {
  background: #f9f9f9; }

footer, nav {
  background-color: white !important;
  border-top: 1px solid #d4d4d4; }

nav {
  border-bottom: 1px solid #d4d4d4; }
  nav img {
    height: 50px; }
  nav li {
    margin-right: 10px; }
    nav li:last-of-type {
      margin-right: 0; }
    nav li a {
      color: black;
      font-weight: 600;
      border-top: 2px solid transparent;
      border-bottom: 2px solid transparent;
      padding: 10px 10px; }
      nav li a:hover {
        color: #1c7cd5;
        border-bottom: 2px solid #1c7cd5; }

h1 {
  margin-bottom: 30px; }

.content {
  margin-top: 50px;
  margin-bottom: 100px; }

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100; }
  footer .container {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .container a {
      margin: 0;
      font-weight: 600;
      color: #b4b4b4; }
    footer .container ul {
      list-style: none;
      margin: 0; }
      footer .container ul li {
        display: inline-block;
        margin-right: 20px; }
        footer .container ul li:last-of-type {
          margin-right: 0; }

.content > .alert:first-of-type {
  margin-top: 30px; }

.st-login, .st-signup {
  margin-bottom: 50px; }

.consent-output pre {
  background-color: #ececec;
  padding: 15px;
  font-size: 13px;
  border-radius: 5px; }

.consent-index .service .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .consent-index .service .card-header span {
    height: 100%; }
.consent-index .service-buttons {
  text-align: right; }

/*# sourceMappingURL=style.css.map */
