<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/learning/components/bitrix/system.auth.authorize/.default/style.css?17501604043413*/
header.header {
    display: none;
}

.user-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
}

.user-form__wrapper {
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

.user-form__bg {
    display: none;
    width: 100%;
}

.user-form__bg img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.user-form .learning-logo {
    margin-bottom: 50px;
}

.user-form__form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.user-form__header {
    margin-bottom: 30px;
}

.user-form__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}

.user-form__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #777E90;
}

.user-form__errors {
    margin-bottom: 30px;
}

.user-form__errors &gt; *:not(:last-child) {
    margin-bottom: 10px;
}

.user-form__errors &gt; *:last-child {
    margin: 0;
}

.user-form__fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.user-form__fields input {
    padding: 20px;
    width: 100%;
    border: 1px solid #E6E8EC;
    border-radius: 10px;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    color: #777E90;
}

.user-form__field-pwd {
    position: relative;
}

.user-form__field-pwd input {
    padding-right: 50px;
}

.user-form__field-pwd span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url('/upload/eye-off.svg') no-repeat center;
    transform: translateY(-50%);
    cursor: pointer;
}

.user-form__field-pwd input[type="text"] + span {
    background-image: url('/upload/eye-on.svg');
}

.user-form__footer {
    display: flex;
    gap: 30px;
    align-items: center;
}

.user-form__submit {
    padding: 16px 30px;
    border: 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    background: #0263F4;
    transition: 200ms ease;
    cursor: pointer;
}

.user-form__submit:hover {
    background: #0265d1;
}

.user-form__link-text,
.user-form__link-text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #2C2D2E;
}

.user-form__link-text a {
    text-decoration: underline;
}

.user-form__socserv {
    margin-top: 30px;
}

.user-form__socserv-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #2C2D2E;
}

.user-form__socserv .bx-auth {
    margin: 0;
}

@media (min-width: 768px) {
    .user-form__wrapper {
        display: flex;
        gap: 30px;
        padding: 30px 32px;
    }

    .user-form__form-wrapper {
        flex-shrink: 0;
        max-width: 500px;
    }

    .user-form__bg {
        display: block;
    }

    .user-form .learning-logo {
        margin-bottom: 30px;
    }

    .user-form__title {
        font-size: 42px;
    }

    .user-form__socserv-title {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .user-form__wrapper {
        gap: 50px;
        padding: 50px 160px;
    }

    .user-form__title {
        font-size: 52px;
    }

    .user-form__subtitle {
        font-size: 18px;
    }

    .user-form__footer {
        gap: 50px;
    }
}

/* End */


/* Start:/local/templates/learning/components/bitrix/socserv.auth.form/.default/style.css?1733818052288*/
.bx-auth-serv-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

div.bx-auth-serv-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 5px;
    background: #F4F5F6;
}

/* End */
/* /local/templates/learning/components/bitrix/system.auth.authorize/.default/style.css?17501604043413 */
/* /local/templates/learning/components/bitrix/socserv.auth.form/.default/style.css?1733818052288 */
</pre></body></html>