/* CONTENT */
.page-content {
  margin: auto;
}

.mdc-card__primary .mdc-card__title--large {
  padding-top: 0px;
  font-weight: bold;
}

@media all and (min-width: 426px) {
  .mdc-card__primary .mdc-card__title--large {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media all and (max-width: 425px) {
  .mdc-card__primary .mdc-card__title--large {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.mdc-card__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

h1.mdc-card__section-title {
  margin-bottom: 0 !important;
}

.mdc-checkbox--invalid {
  border: 2px solid red;
}

@media all and (max-height: 768px) {
  .mdc-card__primary {
  }

  .mdc-layout-grid {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .brand-button {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .mdc-layout-grid__inner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cards-container {
    padding-top: 10px;
  }

  .footer {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .mdc-card {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
  }

  .warning-info {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .warning-div {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 800px) {
  .content {
    background: #fff;
  }

  .page-content {
    background: #fff;
  }

  .cards-container {
    padding: 0 0 0 0;
  }

  .mdc-card__primary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mdc-layout-grid {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .brand-button {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .mdc-layout-grid__inner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mdc-layout-grid__cell {
    margin-top: 10px !important;
  }

  .footer,
  .footer a {
    font-size: 0.65rem;
  }

  .footer {
    margin-top: 0;
    margin-bottom: 8px;
    position: absolute;
  }

  .mdc-card {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    padding-top: 6px;
  }

  .warning-info {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .warning-div {
    margin-bottom: 16px;
  }

  .mdc-textfield__label--float-above {
    transform: translateY(-60%) scale(0.75, 0.75);
  }
}
