.login-card {
    background: white;
    margin: 0px auto;
    width: 25em;

}

.login-card .center {
    text-align: center;
}


.login-small-text {
    color: #6c757d;
    font-size: 80%;
}

.alert {
    text-align: start;
    font-size: 14px;
}

.alert-message {
    padding-left: 7px;
}

.card-footer {
    background: white;
}

.card-sub-title {
    color: #919294;
}

.errorlist {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.socialaccount_providers {
    list-style: none;
}


