html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #1e2735;
}

.demo-layout {
    height: calc(100% - 80px);
    background: linear-gradient( 180deg, #45c1eb 0%, #00abE4 40%, #45c1eb 100%);
}

.demo-ribbon {
    width: 100%;
}

.demo-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.demo-content {
    width: 75% !important;
    border-radius: 0.3rem;
    background-color: #f8f9fa !important;
}

@media screen and (max-width: 550px) {
    html, body {
        font-size: 12px !important;
    }

    .demo-content {
        width: 100% !important;
    }

    .main-title {
        font-size: 22px !important;
    }
}

.mdl-textfield {
    width: 100%;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: rgb(3,169,244);
}

.mdl-textfield__label:after {
    background-color: rgb(3, 169, 244);
}

.validation-summary-errors ul {
    color: #bb0000;
    padding-left: 0;
    list-style-type: none;
}
