

/* Start:/local/templates/soyuzrossahar/components/bitrix/system.auth.authorize/.default/style.css?17721783481039*/
div.bx-auth
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 3rem;
    width: 100%;
    height: 100%;
    background: #003220;
    color: #FFFFFF;
    margin: auto;
}

@media (min-width: 768px) {
    div.bx-auth {
        width: max-content;
        height: max-content;
        border-radius: 1rem;
        justify-content: space-between;
    }
}

div.bx-auth-title,
div.bx-auth-note
{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
}

table.bx-auth-table
{
    margin: auto;
}

table.bx-auth-table tr {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

div.bx-auth .link
{
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    cursor: pointer;
    color: var(--theme-green-500);
}

div.bx-auth .link:hover {
    color: var(--theme-green-200);
    text-decoration: underline 1px solid var(--theme-green-200);
}

div.bx-auth .text-center
{
    text-align: center;
}
/* End */
/* /local/templates/soyuzrossahar/components/bitrix/system.auth.authorize/.default/style.css?17721783481039 */
