

/* Start:/local/templates/bootstrap_538/components/bitrix/system.auth.authorize/.default/style.css?1785857201862*/
/* Переопределяем цвета иконки и шрифта при фокусе инпутов для красоты */
form[name="form_auth"] .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

form[name="form_auth"] .input-group:focus-within {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    border-radius: 0.5rem;
}

form[name="form_auth"] .input-group:focus-within .input-group-text i {
    color: #0d6efd !important;
}

form[name="form_auth"] .form-control {
    background-color: #fff !important; /* Убираем автозаполнение желтым от браузера */
}

/* Скрываем старые дефолтные иконки соцсетей Битрикса, если они есть */
.bx-auth-serv-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
/* End */
/* /local/templates/bootstrap_538/components/bitrix/system.auth.authorize/.default/style.css?1785857201862 */
