::-webkit-scrollbar {
    display: none;
}

.card-blue {
    background: #2c5586;
    color: #fff;
}

.banner-logo {
    height: 100px;
    width: 100%;
    background: url(/static/img/logo.png) center/contain no-repeat;
}

.mat-card {
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    display: block;
    position: relative;
    padding: 24px;
    border-radius: 2px;
}

.mat-card {
    background: #fff;
    color: rgba(0,0,0,.87);
    top: 0;
    overflow-wrap: break-word;
    /*text-align: center;*/
    max-width: 600px;
    margin: auto;
}

.padding-top {
    padding-top: 2em;
}

.page-footer {
    padding: 20px 5px;
    background-color: #222c3c;
    color: white;
    bottom: 0;
    position: fixed;
    width: 100%;
}

@media (max-height:750px ) {
    .height-1 {
        min-height: 750px
    }
}

@media (max-height:950px ) {
    .height-2 {
        min-height: 950px
    }
}