<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">  
        <meta name="google-site-verification" content="jzIbLMAKsB9ozqLOUZFLEwiDZ8SPPk4jSOkbG2ekd3Y" />
        <title>Log In</title>
            <link href="https://application.tedcnet.com/system/css/bootstrap.min.css" rel="stylesheet">
        <link rel="stylesheet" href="https://application.tedcnet.com/system/css/style.css" />
        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-123591333-2"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());


            gtag('config', 'UA-123591333-2');
        </script>
    </head>
    <body class="login">
         
        
        
        <div class="container">
            <div class="row">
                <div class="col-md-12 title">
                    <img src="https://application.tedcnet.com/system/images/TEDC-Tulsa-County-Logos.png" alt="Tulsa County & TEDC Logo's" >
                    <h1>APPLY FOR THE <span>TULSA COUNTY BUSINESS RESET</span> PROGRAM</h1>
                    <p>(Resources to Empower Small Enterprises for Tomorrow)</p>
                </div>
            </div>

            <div class="row rlWrapper">
                <div class="col-md-5 register">
                    <h2>Register</h2>
                    <hr>
                    <p>To start a new application, please use the link below to register.</p>

                    <a href="https://application.tedcnet.com/register/" title="Register" class="btn btn-lg btn-primary btn-block "> REGISTER</a>
                </div>
                <div class="col-md-5 login">
                    <div class="container">
                        <form action="https://application.tedcnet.com/" method="post" name="login_form" class="form-signin">
                            <div class="row">
                                <div class="col-md-12">
                                    <h2 class="form-signin-heading">Login</h2>
                                    <hr>
                                </div>
                            </div>
                            <div class="row">
                                <div class="col-md-12">
                                    <label for="email" class="sr-only">Email: </label>
                                    <input type="username" id="email" name="email" class="form-control" placeholder="Email address" required autofocus>
                                </div>
                            </div>
                            <div class="row">
                                <div class="col-md-12">
                                    <label for="password" class="sr-only">Password: </label>
                                    <input type="password" id="password" name="password" class="form-control" placeholder="Password" required>
                                    <a href="https://application.tedcnet.com/forgot/password/" title="Forgot Password" class="forgot-password">Forgot Password</a>
                                </div>
                            </div>
                            <div class="row submit-row">
                                <div class="col-md-12">
                                    <input type="submit" class="btn btn-lg btn-primary btn-block" value="LOGIN">
                                </div>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
        
        <script src="https://application.tedcnet.com/system/js/jquery-3.2.1.min.js"></script>
        <script src="https://application.tedcnet.com/system/js/popper.min.js"></script>
        <script src="https://application.tedcnet.com/system/js/bootstrap.min.js"></script>

    </body>
</html>