.auth-page .auth-left-wrapper-pic {
    width: 100%;
    height: 100%;
    background-image: url(../../images/login-pic.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #f9fafb;
}

.locked {
    opacity: 0.15;
}

.lock {
    position: absolute;
    text-align: center;
    background: url('../../images/lock.png') no-repeat center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 230px;
    display: block;
    z-index: 100;
}

.locked-item {
    position:relative;
    display:inline-block;
}
.gi-item {
    max-width: 400px;
    line-height: 32px;
}

.gi-obj-center {
    text-align: center;
}

.gi-item-name {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
}