<!DOCTYPE html>
<html lang="en" class="loginpage-index loginpage-lang-en">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
                                <script async src="https://www.googleoptimize.com/optimize.js?id=GTM-NLKPN3Q"></script>
        <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://data.sendpulse.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-NQT4SH');</script>
    <!-- End Google Tag Manager -->

    
            <title>Login to your SendPulse account</title>
        <meta name="description" content="Login to your account to send emails, manage chatbots, create landing pages, use CRM, and more">
        <meta property="og:title" content="Login to your SendPulse account">
        <meta property="og:description" content="Login to your account to send emails, manage chatbots, create landing pages, use CRM, and more">
        <meta property="og:locale" content="en">

        <link rel="alternate" hreflang="en" href="https://login.sendpulse.com/login?l=en">
        <link rel="alternate" hreflang="fr" href="https://login.sendpulse.com/login?l=fr">
        <link rel="alternate" hreflang="fil" href="https://login.sendpulse.com/login?l=fil">
        <link rel="alternate" hreflang="de" href="https://login.sendpulse.com/login?l=de">
        <link rel="alternate" hreflang="es" href="https://login.sendpulse.com/login?l=es-mx">
        <link rel="alternate" hreflang="pt" href="https://login.sendpulse.com/login?l=pt-br">
        <link rel="alternate" hreflang="it" href="https://login.sendpulse.com/login?l=it">
        <link rel="alternate" hreflang="tr" href="https://login.sendpulse.com/login?l=tr">
        <link rel="alternate" hreflang="uk" href="https://login.sendpulse.com/login?l=ua">
        <link rel="alternate" hreflang="ru" href="https://login.sendpulse.com/login?l=ru">
        <link rel="alternate" hreflang="x-default" href="https://login.sendpulse.com/login">
        
    <link rel="icon" href="/img/favicon/sendpulse/favicon.svg">
    <link rel="mask-icon" href="/img/favicon/sendpulse/mask-icon.svg" color="#009fc1">
    <link rel="apple-touch-icon" href="/img/favicon/sendpulse/apple-touch-icon.png">

<link rel="alternate icon" href="/img/favicon/sendpulse/favicon.ico">
<link rel="manifest" href="/img/favicon/sendpulse/manifest.json">
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

            <link href="/dist/css/bootstrap.min.css?v=20260531050422"  rel="stylesheet" media="screen">
    
            <link href="/dist/css/template.min.css?v=20260531050422" rel="stylesheet" media="screen">
    
            <link href="/dist/css/general/login.min.css?v=20260531050422" rel="stylesheet" media="screen">
    
    <script src="/libs/jquery/jquery.min.js"></script>
        <!-- SendPulse AB website tests -->
    <!-- Facebook Pixel Code -->
    <script>
        !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
            n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
            n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
            t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
            document,'script','https://connect.facebook.net/en_US/fbevents.js');
        fbq('init', '304832899913845'); // Insert your pixel ID here.
                fbq('track', 'PageView');
            </script>
    <noscript><img height="1" width="1" style="display:none"
                   src="https://www.facebook.com/tr?id=304832899913845&ev=PageView&noscript=1"
            /></noscript>
    <!-- DO NOT MODIFY -->
    <!-- End Facebook Pixel Code -->
                
    <meta name="norton-safeweb-site-verification" content="ify4cpp-jsmqzwreu4-x03199z2nnw4o4bv7768eo4-zjxchbq7gvx7cwduckszm85equbjrsyy7rr9gferx13ts8agycc8j37mrpu7xjyf1rr4w4a-4kv6-yx93swt7" />
</head>
<body class="loginpage-body">
<!--[if lte IE 8]><div class="unsuported-warning"><h4>Sorry, your browser is not supported!</h4></div><![endif]-->
<div class="loginpage">
    <div class="loginpage-container">
        <div class="login-left">            <div class="login-wrapper">                <div class="login-header">
                    <a class="logo-link" href="https://sendpulse.com/" target="_blank">
                        <img src="/img/sendpulse-black-logo1.png" width="175" alt="SendPulse">
                    </a>
                    <div class="clearfix">&nbsp;</div>
                </div><script type="text/javascript">
    var RecaptchaOptions = {lang: 'en'};
    var social_services = '';

    const TRUSTED_AUTH_ORIGINS = [
        'https://pre.sendpulse.com',
        'https://sendpulse.com',
        'https://login.sendpulse.com'
    ];

    window.addEventListener('message', function (event) {
        if (!TRUSTED_AUTH_ORIGINS.includes(event.origin)) {
            console.warn('Blocked message from', event.origin);
            return;
        }

        if (!event.data || !event.data.url) {
            console.warn('Missing url in postMessage payload');
            return;
        }

        const url = new URL(event.data.url, event.origin);
        window.location.href = url.toString();
    });
</script>
<script src = "https://accounts.google.com/gsi/client" async defer ></script>

<script type="text/javascript"> //#16815
    maxmind_user_id = "111557";
    (function() {
        var loadDeviceJs = function() {
            var element = document.createElement('script');
            element.src = ('https:' == document.location.protocol ? 'https:' : 'http:')
                + '//device.maxmind.com/js/device.js';
            document.body.appendChild(element);
        };
        if (window.addEventListener) {
            window.addEventListener('load', loadDeviceJs, false);
        } else if (window.attachEvent) {
            window.attachEvent('onload', loadDeviceJs);
        }
    })();

    $('body').on('click', '.js-btn-loading', function () {
        // $(this).addClass('btn-loading');
    })
</script>
<div class="panel panel-default">
                <div id="g_id_onload"
             data-client_id="757884563125-sinrcaav0loosnmg3a6u1t3e5482bk0q.apps.googleusercontent.com"
             data-login_uri="https://login.sendpulse.com/login/google-one-tap-callback"
             data-cancel_on_tap_outside="false">
        </div>
        <div class="panel-body">
        
                <div class="loginpage-header">
            <h2>Login</h2>
            <div class="dropdown lang-dropdown" >
                <a data-toggle="dropdown" class="btn btn-default animate" role="button" href="#">
                    <span class="sp-icon icon-earth"></span>
                    EN                    <b class="caret"></b>
                </a>
                <ul id="lang-selector" class="dropdown-menu" role="menu" aria-labelledby="dLabel">
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('de:Deutsch')" href="javascript:void(0)">
                            <img src="/img/flags/de.png" width="22">Deutsch</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('es-mx:Español')" href="javascript:void(0)">
                            <img src="/img/flags/es-mx.png" width="22">Español</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('fil:Filipino')" href="javascript:void(0)">
                            <img src="/img/flags/fil.png" width="22">Filipino</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('fr:Français')" href="javascript:void(0)">
                            <img src="/img/flags/fr.png" width="22">Français</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('it:Italiano')" href="javascript:void(0)">
                            <img src="/img/flags/it.png" width="22">Italiano</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('pt-br:Português do Brasil')" href="javascript:void(0)">
                            <img src="/img/flags/pt-br.png" width="22">Português do Brasil</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('ru:Русский')" href="javascript:void(0)">
                            <img src="/img/flags/ru.png" width="22">Русский</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('tr:Türkçe')" href="javascript:void(0)">
                            <img src="/img/flags/tr.png" width="22">Türkçe</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('ua:Українська')" href="javascript:void(0)">
                            <img src="/img/flags/ua.png" width="22">Українська</a>
                    </li>
                                        <li role="presentation">
                        <a role="menuitem" tabindex="-1" onclick="changeLang('id:Bahasa Indonesia')" href="javascript:void(0)">
                            <img src="/img/flags/id.png" width="22">Bahasa Indonesia</a>
                    </li>
                                    </ul>
            </div>
        </div>
        <form role="form" id="form_login" class="form-horizontal form-horizontal-container" action="/login/" method="post">
            <div class="form-group">
                <div class="input-group">
                    <span class="input-group-addon" id="glyphicon-envelope-addon">
                        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path fill-rule="evenodd" clip-rule="evenodd" d="M13.9999 4H14V4.0001L13.9999 4ZM12.4382 4H3.56191L7.35986 7.16496C7.73071 7.474 8.26939 7.474 8.64023 7.16496L12.4382 4ZM2.00018 4H2V4.00021L2.00018 4ZM2 5.30182V12H14V5.3019L9.9206 8.7014C8.80806 9.62852 7.19203 9.62852 6.0795 8.7014L2 5.30182ZM0 4C0 2.89543 0.895431 2 2 2H14C15.1046 2 16 2.89543 16 4V12C16 13.1046 15.1046 14 14 14H2C0.895431 14 0 13.1046 0 12V4Z" fill="#92A7A7"/>
                        </svg>
                    </span>
                    <input type="text" value="" class="form-control" id="login" name="login" placeholder="email@example.com" aria-describedby="glyphicon-envelope-addon">
                </div>

            </div>
            <div class="form-group">
                <div class="input-group">
                    <span class="input-group-addon" id="password-addon">
                        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path fill-rule="evenodd" clip-rule="evenodd" d="M3 5C3 2.23858 5.23858 0 8 0C10.7614 0 13 2.23858 13 5C14.1046 5 15 5.89543 15 7V13C15 14.1046 14.1046 15 13 15H3C1.89543 15 1 14.1046 1 13V7C1 5.89543 1.89543 5 3 5ZM8 2C9.65685 2 11 3.34315 11 5H5C5 3.34315 6.34315 2 8 2ZM3 7L3 13H13V7H3ZM7 11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11V10C9 9.44771 8.55228 9 8 9C7.44772 9 7 9.44772 7 10V11Z" fill="#92A7A7"/>
                        </svg>
                    </span>
                    <input type="password" class="form-control" id="password" value=""
                           aria-describedby="password-addon" name="password" placeholder="Enter password" >
                </div>
                <p class="padding-top-5">
                    <small><a href="/forgot/">Forgot password?</a></small>
                </p>
                <div class="login-options">
                    <div class="checkbox hidden">
                        <label for="sc">
                            <input type="checkbox" name="sc" id="sc" checked="checked"> Secure connection</label>
                    </div>
                    <div class="checkbox">
                        <label class="small" for="rm">
                            <input type="checkbox" name="rm" id="rm" checked="checked">  Remember me on this computer</label>
                    </div>
                </div>

            </div>

            
            
                        <input type='hidden' id="login_csrf_token" name='csrf_token' value='' />
    </div>
    <div class="panel-footer">
        <button type="submit" name="login_submit"
                class="btn btn-create js-btn-loading">Log in</button>
        <div class="clearfix"></div>
    </div>
    </form>
</div>
<div class="login-social">
                        <div class="social-signup">
                <p class="social-signup-title text-muted">
                    <small>Or login with:</small>
                </p>
                <a href="#" class="btn btn-primary btn-social btn-fb-inverse" id="faceebook_btn">
                    <img src="/img/my/logo-icon-facebook-sub-blue.svg" alt="Facebook" height="18">
                    Sign in with Facebook                </a>
                <a href="#" class="btn btn-social btn-action btn-google" id="google_btn">
                    <img src="/img/my/logo-icon-google-sub.svg" alt="Google" height="18">
                    Sign in with Google                </a>

                            </div>
            <p class="clearfix padding-bottom-20">&nbsp;</p>
                <p>
            <span class="small light-grey">
                Don't have an account?                <a class="bold" href="/registration">Register</a>
            </span>
        </p>
        <div class="login-support small">
                        Problems logging in?            <a href="https://sendpulse.com/support/" target="_blank">Technical support</a>
        </div>
    </div>
<!--<script src = "https://accounts.google.com/gsi/client" async defer ></script>-->
            </div>
        </div>
        <div class="login-right">
            <div class="noty-carousel js-noty-carousel" style="display: none">
                <div class="noty-carousel-view">
                    <span class="noty-carousel-control js-carousel-prev control-prev">
                        <i class="noty-carousel-icon prev">
                            <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M8.5 15L1.5 8L8.5 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
                            </svg>
                        </i>
                    </span>
                    <span href="#" class="noty-carousel-control js-carousel-next control-next">
                        <i class="noty-carousel-icon next">
                            <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M1.5 1L8.5 8L1.5 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
                            </svg>
                        </i>
                    </span>
                    <ul class="noty-list js-noty-list">
                    </ul>
                </div>
            </div>
        </div>
<div id="current_lang" class="hidden">en</div>
</div>
<script src="/dist/js/ma-theme-switcher.js"></script>
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="/libs/bootstrap/js/bootstrap.min.js"></script>
<script src="/js/my/matchMedia.js"></script>
<script src="/dist/js/general.js?v=20260531050422"></script>
<script src="/js/my/moment-with-locales.js"></script>
<script src="/js/my/moment-locale-ua.js"></script>

<script>
    function carouselize(carousel) {
        var notyList = carousel.querySelector('.js-noty-list');
        var notyListSteps = 0;
        var notys = carousel.querySelectorAll('.noty');
        var notyAmount = notys.length;
        var carouselPrev = carousel.querySelector('.js-carousel-prev');
        var carouselNext = carousel.querySelector('.js-carousel-next');
        var containerWidth = $('.loginpage-container .login-right').outerWidth();
        var notyListWidth = notyAmount*270;
        var countNotyHidden = Math.ceil(Math.abs(containerWidth - notyListWidth)/270);
        $('.js-noty-carousel').show();
        notyList.style.width = notyListWidth + "px";

        carouselPrev.classList.add("hidden-arrow");
        if (!isNeedArrows()) {
            carouselNext.classList.add("hidden-arrow");
        }

        $(window).on('resize', function () {
            var isArrows = isNeedArrows();
            if (!isArrows) {
                carouselPrev.classList.add("hidden-arrow");
                carouselNext.classList.add("hidden-arrow");
            } else {
                carouselPrev.classList.remove("hidden-arrow");
                carouselNext.classList.remove("hidden-arrow");
            }
        });

        carouselNext.onclick = function () {
            if (notyListSteps < countNotyHidden) {
                notyListSteps++;
                moveNotyList();
                carouselPrev.classList.remove("hidden-arrow");
                if (notyListSteps === countNotyHidden) {
                    carouselNext.classList.add("hidden-arrow");
                }
            }
        }

        carouselPrev.onclick = function () {
            if (notyListSteps > 0) {
                carouselNext.classList.remove("hidden-arrow");
                notyListSteps--;
                moveNotyList();
                if (notyListSteps === 0) {
                    carouselPrev.classList.add("hidden-arrow");
                }
            }
        }

        function moveNotyList() {
            if ((countNotyHidden - notyListSteps) === 0) {
                var preLastNoty = notyListSteps-1;
                var countXWidth = 270*preLastNoty + (Math.abs(containerWidth - notyListWidth) - 270*preLastNoty) + 25;
                notyList.style.transform = "translateX(-" + countXWidth + "px)";
            } else {
                notyList.style.transform = "translateX(-" + 270 * notyListSteps + "px)";
            }
        }

        function isNeedArrows() {
            var reContainerWidth = $('.loginpage-container .login-right').outerWidth();

            return reContainerWidth < notyListWidth;
        }
    }
</script>

        <script src="/dist/js/login.js"></script>
        <script src="/js/social.js"></script>
        <script>showAnnouncements(true);</script>
        
    </body>
</html>
</body></html>