{% sw_extends '@Storefront/storefront/layout/header/account-menu.html.twig' %}
{% block layout_header_actions_account_widget_dropdown_login %}
{% if not context.customer %}
<div class="account-menu-login">
<a href="{{ path('frontend.account.oauth.redirect') }}" class="btn" id="igmLoginBtn">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 75" style="width: 40px">
<style>.logo-st0 {
fill: #e3020e
}
.logo-st1 {
fill: #fff
}</style>
<g id="logo-symbols">
<g id="logo">
<path class="logo-st0" d="M75 0v75H0V0z"></path>
<path class="logo-st1"
d="M35.7 18.8h3.5V30h-3.5V18.8zm11.4 19s-2.3-6-9.7-6c-7.2 0-10.6 6.2-10.6 10.7 0 4.2 3.5 10.4 10.8 10.4 7.3 0 11.3-6.9 10.5-12.1 0-.1-10.8 0-10.8 0v3.5h6.8c0 .6-1.6 4.9-6.7 4.9-4.8 0-7-3.9-7-6.8 0-2.8 2.2-7 7-7 4.4 0 6.3 3.5 6.3 3.5l3.4-1.1zM13.7 66.3l10.5-20.2 13.4 16 13-16.1 10.7 20.2H57l-7-13.4-10.7 13.4H36L24.7 53l-6.8 13.4h-4.2v-.1z"></path>
<path class="logo-st1"
d="M70 71.4l-1.2-2.5L38.5 7.4l-1.5-3-1.5 3-30 61.5-1.2 2.5H70zM37.1 11.9l27.5 56-54.9.1 27.4-56.1z"></path>
</g>
</g>
</svg>
</div>
<div style="line-height: 40px; margin: 0 auto;">
Anmelden
</div>
</a>
</div>
{% endif %}
{% endblock %}