.firebaseui-idp-text,
.firebaseui-idp-text-long {
    color: white !important;
}

.mdl-button {
    border-radius: 5px !important;
}

.firebaseui-button {
    background-color: #39A2DB !important;
    color: white !important;
}

.firebaseui-textfield.mdl-textfield .firebaseui-label:after {
    background-color: #39A2DB !important;
}

.mdl-progress>.progressbar {
    background-color: #39A2DB !important;
}

.mdl-progress>.bufferbar {
    background-image: linear-gradient(90deg,
            hsla(0, 0%, 100%, 0.7),
            hsla(0, 0%, 100%, 0.7)),
        linear-gradient(90deg, #39A2DB, #39A2DB) !important;
    z-index: 0;
    left: 0;
}

.mdl-progress:not(.mdl-progress--indeterminate)>.auxbar,
.mdl-progress:not(.mdl-progress__indeterminate)>.auxbar {
    background-image: linear-gradient(90deg,
            hsla(0, 0%, 100%, 0.9),
            hsla(0, 0%, 100%, 0.9)),
        linear-gradient(90deg, #39A2DB, #39A2DB) !important;
}

.firebaseui-tos {
    color: white !important;
}

.firebaseui-link {
    color: #39A2DB !important;
}