/* Error template */
.k-notification-error.k-group {
    width: 100%;
    text-align: center;
}

.wrong-pass {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.75);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

    .wrong-pass img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* Success template */
.k-notification-msg-success.k-group {
    width: 100%;
    text-align: center;
}

.upload-success {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* Info template */
.k-notification-info.k-group {
    width: 100%;
    text-align: center;
}

.card-info {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

    .card-info img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }