#custom-header-nav-item{
    margin: 0 16px;color: #fff;
    background: #400082;
    border-color: #400082;
    background-position: center;
    display: flex;
}

.login-page {
    background: url("../images/login-back.jpg") no-repeat;
    background-size: cover;
}

.login-page .table td, .table th {
    padding: 0.60em;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

.login-page .login-box {
    margin-top: 50px;
    margin-left:100px;
}

.identColor {
    color: #fe346e !important;
}
