

/* Start:/local/css/login.css?17655659602639*/
.login-btn{
    background: #8879C2!important;
}
.login-link-forgot-pass{
    color: #8879C2!important;
    border-bottom: 2px solid #8879C2 !important;
}
.login-links a {
    color: #8879C2 !important;
}
body{
    background: #F0F1F3 !important;
}
.log-top-cell{
    /*display: none;*/
}
.log-popup-caption{
    display: none;
}
.main-logo-ru{
    background: url('/local/images/main-logo-ru.svg') no-repeat center !important;
}
.main-logo{
    height:111px !important;
    width: 294px !important;
}

/* checkbox */
.log-popup input[type="checkbox"] {
    display: none;
}
.log-popup .login-item-checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}
.log-popup .login-item-checkbox-label:before {
    content: "";
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    top: -1px;
    margin-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #9f9f9f;
    background: rgba(0,0,0,0);
}

.log-popup input:checked + .login-item-checkbox-label::before {
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjQyNiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiByeD0iMyIgZmlsbD0iIzlEODdGMSIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNzAzXzExMTk4KSI+PHBhdGggZD0iTTUuMzYgMTEuMjNsNC4xMDIgNC4wMDIgNy45NzgtNy45MjciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTcwM18xMTE5OCI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wOTMgNC44OSkiIGQ9Ik0wIDBoMTQuNjY3djE0LjY2N0gweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==) no-repeat 50%;
}

.login-item-user {
    position: relative;
}

.login-item-user:hover .login-input-tippy {
    opacity: 1;
    transform: translate(-50%, 0);
}

.login-input-tippy {
    position: absolute;
    left: 50%;
    bottom: 100%;
    opacity: 0;
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    white-space: nowrap;
    border-radius: 4px;
    transform: translate(-50%, 1em);
    transition: all .15s ease-in-out;
    box-shadow: 0 0 16px rgba(63, 67, 106, 0.12);
}

.login-input-tippy::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #fff;
    transform: translate(-50%, 0);
}
/* End */
/* /local/css/login.css?17655659602639 */
