<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Venderes Sellers</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/styles/auth.css">
<script src="https://www.google.com/recaptcha/api.js?render=6LdO5KEaAAAAAMo8D2jUQU3qHkFYbWBKdGzoDOoA" async defer></script>
<script src="https://auth.venderes.com/static/_assets/account.js"></script>
<script>
{% verbatim %}
const auth = new AccountManager(
'business_site',
[2],
'.app-formObject',
'[data-formInp="{{name}}"]',
'wrong-inp'
);
{% endverbatim %}
auth.error_func = () => {PROGRESSBAR(false);};
function PROGRESSBAR(status) {
document.getElementsByClassName("PROGRESSBAR")[0].style.display = (status ? '' : 'none');
}
</script>
</head>
<body>
<div class="PROGRESSBAR" style="display:none;"></div>
<div class="auth-card-position">
<div class="auth-card-logo">
<img src="/assets/images/logos/auth-logo.svg">
</div>
<div class="auth-card-build">
{{ include('/basePages/page/module@auth/' ~ contentType ~ '.html.twig') }}
</div>
</div>
</body>
</html>