
@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);
    }
}
