

/* Start:/local/templates/blog/components/bitrix/system.auth.authorize/avgust/style.css?16919941121854*/
.enter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
    padding: 20px 0;
    position: relative;
}
.enter::before {
    background-image: url('/local/templates/blog/images/bg-1-1x-min.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    height: calc(100% + 100px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -10;
}
.enter .title--h1 {
    margin-bottom: 70px;
}
.enter__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100%;
}
.form.enter__form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 373px;
}
.enter__social {
    color: var(--color-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
}
.enter__social a {
    border-radius: 100vmax;
    background-color: var(--color-light);
    color: var(--color-dark);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 0 13px;
    padding: 6px 22px 6px 14px;
}
.enter__social svg {
    height: 23px;
    fill: currentColor;
    margin: 0 6px 0 0;
    stroke: none;
    width: 28px;
}
@media (min-width: 768px) {
    .enter {
        padding: 73px 0 100px;
    }
    .enter::before {
        background-image: url('/local/templates/blog/images/bg-1-2x-min.png');
        height: calc(100% + 66px);
    }
    .enter .title--h1 {
        margin-bottom: 40px;
    }
    .enter .form__btn {
        margin-top: 48px;
    }
    .enter__social {
        margin: 0 0 7px;
    }
}

/* End */
/* /local/templates/blog/components/bitrix/system.auth.authorize/avgust/style.css?16919941121854 */
