

/* Start:/bitrix/templates/.default/components/bitrix/system.auth.authorize/china-auth/style.css?17731855173510*/
.china-auth-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

.china-auth-title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.china-auth-subtitle {
    text-align: center;
    color: #666;
    margin: 0 0 24px;
    font-size: 15px;
}

.china-auth-social {
    margin-bottom: 20px;
}

.bx-auth-serv-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.bx-auth-serv-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.2s;
}

.bx-auth-serv-icons a:hover {
    border-color: #c62828;
    background: #fbe9e7;
}

.bx-auth-serv-icons .bx-auth-serv-icon {
    background-image: none !important; /* Override default bitrix icons */
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.china-auth-separator {
    text-align: center;
    margin: 24px 0;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 10px;
}

.china-auth-separator::before,
.china-auth-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eee;
}

.china-auth-error {
    margin-bottom: 20px;
}
.china-auth-error .errortext {
    background: #fbe9e7;
    color: #c62828;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #ffcdd2;
}

.china-auth-field {
    margin-bottom: 20px;
}

.china-auth-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
}

.china-auth-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.china-auth-input:focus {
    outline: none;
    border-color: #c62828;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
}

.china-auth-field.captcha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.china-auth-field.captcha label {
    width: 100%;
}
.china-auth-field.captcha img {
    border-radius: 8px;
}
.china-auth-field.captcha input {
    flex: 1;
}

.china-auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.china-auth-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.china-auth-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #c62828;
}

.china-auth-actions {
    margin-bottom: 20px;
}

.china-auth-button {
    width: 100%;
    padding: 16px;
    background: #c62828;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.china-auth-button:hover {
    background: #b71c1c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(198, 40, 40, 0.3);
}

.china-auth-links {
    text-align: center;
    font-size: 14px;
}

.china-auth-links a {
    color: #1565c0;
    text-decoration: none;
    margin: 0 8px;
}

.china-auth-links a:hover {
    text-decoration: underline;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/system.auth.authorize/china-auth/style.css?17731855173510 */
