html, body {
    height: 100%;
    width: 100%;
}

.full {
    height: 100% !important;
}


body {
    /*background-image: linear-gradient(141deg, #f8f9fc 10%, #c2cbe5 100%);*/
    background-image: linear-gradient(141deg, #b5e7d8 10%, #3f4d77 100%);
}

.landing-content-container {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    height: 100%;
    width: 100%;
}

.landing-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    white-space: nowrap;
}

.card-container {
    height: 100%;
    width:100%;
}

.landing-card {
    margin: 0.5rem;
    padding: 2rem 2rem 2rem 2rem !important;
}

.card-label {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.display-card {
    background-color: white;
}

#loginCard {
    min-height: 20rem;
}

#titleCard {
    min-height: 20rem;
}