
div.kc-logo-text {
    background-image: url("../img/NAK_Logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 150px;
}

.login-pf body {
    background-color: white;
    background: none;
}

.nak-footer {
    font-size: 10px;
    color: #808080;
    font-style: italic;
    float: right;
}

#nak-notification {
    display: inline;
    /*
    display: none;
    */
}

.alert-info {
    background-color: #ffffff;
    border-color: #5793c9;
    color: #333333;
}

.icon-info {
    color: #5793c9 !important;
}