

/* Start:/local/templates/ibcexchange/css/auth-premium.css?17801345004400*/
/* IBC Money — Вход в ЛК */

.ibc-auth-premium {
    min-height: calc(100vh - 12rem);
    padding: clamp(3rem, 8vw, 5rem) 0;
    background: var(--ibc-surface);
    position: relative;
    overflow: clip;
}

.ibc-auth-premium .ibc-auth-mesh {
    position: absolute;
    width: min(420px, 70vw);
    height: min(420px, 70vw);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.ibc-auth-premium .ibc-auth-mesh--1 {
    top: -10%;
    right: -5%;
    background: radial-gradient(circle, rgba(13, 122, 95, 0.2) 0%, transparent 70%);
}

.ibc-auth-premium .ibc-auth-container {
    position: relative;
    z-index: 1;
    max-width: 26rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.ibc-auth-premium .ibc-auth-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.ibc-auth-premium .ibc-auth-head h1 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0 0 0.65rem;
    color: var(--ibc-ink);
}

.ibc-auth-premium .ibc-auth-head p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--ibc-ink-muted);
    margin: 0;
}

.ibc-auth-premium .ibc-auth-shell {
    padding: 0.5rem;
    border-radius: var(--ibc-radius-outer);
    background: rgba(15, 20, 25, 0.04);
}

.ibc-auth-premium .ibc-auth-inner {
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: var(--ibc-radius-inner);
    background: var(--ibc-card);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Bitrix system.auth.authorize */
.ibc-auth-premium .bx-authform-formgroup-container {
    margin-bottom: 1.15rem;
}

.ibc-auth-premium .bx-authform-label-container,
.ibc-auth-premium label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ibc-ink);
}

.ibc-auth-premium input[type="text"],
.ibc-auth-premium input[type="password"],
.ibc-auth-premium input[type="email"],
.ibc-auth-premium .bx-authform-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(15, 20, 25, 0.1);
    border-radius: 0.75rem;
    font-family: var(--ibc-font);
    font-size: 0.9375rem;
    color: var(--ibc-ink);
    background: var(--ibc-surface);
    transition: border-color 0.45s var(--ibc-ease), box-shadow 0.45s var(--ibc-ease);
}

.ibc-auth-premium input:focus,
.ibc-auth-premium .bx-authform-input:focus {
    outline: none;
    border-color: var(--ibc-accent);
    box-shadow: 0 0 0 3px rgba(13, 122, 95, 0.12);
}

.ibc-auth-premium .bx-authform-link-container,
.ibc-auth-premium .ibc-auth-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin: 1rem 0 1.25rem;
    font-size: 0.8125rem;
}

.ibc-auth-premium .bx-authform-link-container a,
.ibc-auth-premium .ibc-auth-links a {
    color: var(--ibc-accent);
    font-weight: 600;
    text-decoration: none;
}

.ibc-auth-premium .bx-authform-link-container a:hover,
.ibc-auth-premium .ibc-auth-links a:hover {
    text-decoration: underline;
}

.ibc-auth-premium .btn,
.ibc-auth-premium button[type="submit"],
.ibc-auth-premium input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.35rem;
    border: none;
    border-radius: 999px;
    font-family: var(--ibc-font);
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: var(--ibc-ink);
    cursor: pointer;
    transition: transform 0.5s var(--ibc-ease), background 0.5s var(--ibc-ease);
}

.ibc-auth-premium .btn:hover,
.ibc-auth-premium button[type="submit"]:hover,
.ibc-auth-premium input[type="submit"]:hover {
    background: #1a2229;
}

.ibc-auth-premium .bx-authform-note,
.ibc-auth-premium .errortext {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
}

.ibc-auth-premium .errortext {
    color: #b91c1c;
    background: #fef2f2;
}

.ibc-auth-premium .bx-authform-note {
    color: var(--ibc-ink-muted);
    background: var(--ibc-surface);
}

.ibc-auth-premium .ibc-auth-foot {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--ibc-ink-muted);
}

.ibc-auth-premium .ibc-auth-foot a {
    color: var(--ibc-accent);
    font-weight: 600;
    text-decoration: none;
}

.ibc-auth-premium .ibc-auth-foot a:hover {
    text-decoration: underline;
}

/* End */


/* Start:/bitrix/components/bitrix/system.auth.authorize/templates/.default/style.min.css?1737565394837*/
div.bx-auth{max-width:600px;margin-top:16px;margin-bottom:24px}div.bx-auth form{padding:0;margin:0}div.bx-auth-line{border-bottom:1px solid #e3e3e3;padding-bottom:10px}div.bx-auth-title{font-size:140%;border-bottom:solid 2px #e3e3e3;padding-bottom:12px}div.bx-auth-note{margin:18px 0 6px 0}td.bx-auth-label{text-align:right;font-weight:bold}table.bx-auth-table{margin-top:8px}table.bx-auth-table td{padding:3px}div.bx-auth input.bx-auth-input{vertical-align:middle}div.bx-auth span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth div.bx-auth-secure-icon{background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth div.bx-auth-secure-unlock{background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec-unlocked.png)}
/* End */
/* /local/templates/ibcexchange/css/auth-premium.css?17801345004400 */
/* /bitrix/components/bitrix/system.auth.authorize/templates/.default/style.min.css?1737565394837 */
