html,
body {
    height: 100%;
}

body {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 8px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="username"] {
        margin-bottom: -1px;
    }

/*
   * Card Info
   */
.mdc-card {
    border-radius: 4px;
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 5px;
    min-height: 100%;
}

    .mdc-card.info-card {
        position: relative;
        padding: 7px 15px;
    }

        .mdc-card.info-card .card-inner {
            margin-right: 15%;
        }

            .mdc-card.info-card .card-inner .card-title {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 9px;
            }

            .mdc-card.info-card .card-inner .card-icon-wrapper {
                position: absolute;
                right: -10px;
                top: 30%;
                transform: translateY(-50%);
                width: 57px;
                height: 57px;
                border-radius: 2px;
                background-color: #00b67a;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
                box-shadow: 0 0 10px 5px rgba(0, 182, 122, 0.35);
            }

/* Carousel base class */
.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .carousel-item .img-fluid {
        height: 650px;
    }

.logo {
    width: 50%;
}