

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

    <head id="Head1"><title>
	ConnectWise
</title><link rel="stylesheet" type="text/css" href="../../common/css/rootLogin.css" /><link rel="stylesheet" type="text/css" href="../../common/css/cw-loading.css" /><link rel="shortcut icon" type="image/x-icon" href="../../common/images/favicon.ico" />
        <script src="common/scripts/cw.js" type="text/javascript"></script>
        <script src="common/scripts/cw.io.js" type="text/javascript"></script>
        <script src="common/scripts/commonLibrary.js" type="text/javascript"></script>
        <script src="common/scripts/jquery-1.6.4.min.js" type="text/javascript"></script>
        <script src="common/scripts/json2.js" type="text/javascript"></script>
        <script src="common/scripts/rootLogin.js" type="text/javascript"></script>
        <script src="//fast.appcues.com/28630.js" type="text/javascript"></script>
        <script type="text/javascript">
            $(function () { Appcues.anonymous(); });
        </script>
    </head>

    <body onload="init();">
        <div id="loginContainer" class="login-container form-container" style="display: none">
            <div style="margin-top:20px;">
                <img src="common/images/full-color-manage-logo.png" id="manageLogo" alt="Manage Logo" style="width:221px;height:45px;padding-left:60px;"/>
            </div>
            <form id="loginForm" method="post">
                <input type="hidden" ID="companyHidden" />
                <input type="hidden" ID="usernameHidden" />
                <input type="hidden" ID="cookieCompanyHidden" value="" />
                <input type="hidden" ID="cookieUsernameHidden" value="" />
                <input type="hidden" id="cookieIsSharedHidden" value="" />
                <input type="hidden" id="version" value="" />
                <input type="hidden" name="Redirect" value="true" />
                <input type="hidden" name="RedirectTo" />
                <table cellspacing="0" cellpadding="0" id="main-form" class="main-form" style="display: block;margin-top:30px;">
	                <tbody>
		                <tr>
			                <td align="left" style="vertical-align: top;">
				                <table cellspacing="0" cellpadding="0">
					                <tbody>
						                <tr>			                
							                <td align="left" style="vertical-align: top;">
								                <table cellspacing="0" cellpadding="7">
									                <tbody>
                                                        <tr>
                                                            <td align="left" style="vertical-align: top;">
								                                <div id="company-label" class="form-label" style="width: 100px;">Company</div>
							                                </td>
                                                        </tr>
										                <tr  style="padding-top:100px;">
											                <td align="left" style="vertical-align: top;">
                                                                <input 
                                                                    id="company" 
                                                                    name="CompanyName" 
                                                                    type="text" 
                                                                    class="loginTextBox"
                                                                    placeholder="My Company ID" 
                                                                    autocomplete="off"
                                                                    autocorrect="off"
                                                                    autocapitalize="off"              
                                                                    spellcheck="false"                
                                                                    onkeypress="keyPress(event, 'company')"    />
                                                                <div id="company-info" class="companyErrorLabel errorLabel"></div>                                                         
												                <div id="invalidCompanylogin" class="companyErrorLabel errorLabel">Company not found.</div>          
												                <div id="company-error" class="companyErrorLabel errorLabel">Company is required.</div>
											                </td>
										                </tr>
									                </tbody>
								                </table>
							                </td>
						                </tr>
					                </tbody>
				                </table>
			                </td>
		                </tr>
		                <tr >
			                <td align="left" style="vertical-align: top;">
				                <table cellspacing="0" cellpadding="0">
					                <tbody>
						                <tr>
							                <td align="left" style="vertical-align: top;">
								                <table cellspacing="0" cellpadding="7">
									                <tbody>
                                                        <tr>
                                                            <td align="left" style="vertical-align: top;">
								                                <div id="username-label" class="form-label" style="width: 100px;">Username</div>
							                                </td>
                                                        </tr>
										                <tr>
											                <td align="left" style="vertical-align: top;">
                                                                <input 
                                                                    id="username" 
                                                                    name="UserName" 
                                                                    type="text" 
                                                                    class="loginTextBox"
                                                                    placeholder="Username"  
                                                                    autocomplete="off"
                                                                    autocorrect="off"
                                                                    autocapitalize="off"              
                                                                    spellcheck="false"                                                                                   
                                                                    onkeypress="keyPress(event, 'username')" />
                                                                <div id="username-success" class="userNameSuccessLabel successLabel">Single Sign On is enabled. Please log in.</div>
                                                                <div id="username-error" class="userNameErrorLabel errorLabel">User Name is required.</div>
											                </td>
										                </tr>
									                </tbody>
								                </table>
							                </td>
						                </tr>
					                </tbody>
				                </table>
			                </td>
		                </tr>
		                <tr>
			                <td align="left" style="vertical-align: top;">
				                <table cellspacing="0" cellpadding="0">
					                <tbody>
						                <tr>					                
							                <td align="left" style="vertical-align: top;">
								                <table cellspacing="0" cellpadding="7">
									                <tbody>
                                                        <tr>
                                                            <td align="left" style="vertical-align: top;">
								                                <div id="password-label" class="form-label" style="width: 100px;">Password</div>
							                                </td>
                                                        </tr>
										                <tr>
											                <td align="left" style="vertical-align: top;">
                                                                <input 
                                                                    id="password" 
                                                                    name="Password" 
                                                                    type="password" 
                                                                    class="loginTextBox"
                                                                    placeholder="Password" 
                                                                    autocomplete="off"
                                                                    autocorrect="off"
                                                                    autocapitalize="off"              
                                                                    spellcheck="false"                                                       
                                                                    onkeypress="keyPress(event, 'password')" />	
                                                                <div id="invalidlogin" style="display: none;" class="loginErrorLabel errorLabel">Your User Name or Password is incorrect.</div>
												                <div id="password-error" class="passwordErrorLabel errorLabel">Password is required.</div>											               
											                </td>
										                </tr>
									                </tbody>
								                </table>
							                </td>
						                </tr>
					                </tbody>
				                </table>
			                </td>
		                </tr>
		                <tr>
			                <td align="left" style="vertical-align: top;">
				                <div class="rememberMeCheck">
					                <div class="error" id="general-error"></div>
				                </div>
			                </td>
		                </tr>
                        <tr>
			                <td align="left" style="vertical-align: top;">
				                <table cellspacing="0" cellpadding="3">
					                <tbody>
						                <tr>
                                            <td align="right" style="vertical-align: middle;">
                                                <input type="checkbox" value="on" id="rememberCheckBox" tabindex="0" />
							                </td>
							                <td align="left" style="vertical-align: middle;">
								                <a onclick="rememberMe_Click()" class="checkboxLabel">Remember Me</a>
							                </td>
                                            <td align="center" style="vertical-align: middle;padding-left:67px;">
							                    <input type="button" class="loginButton" id="loginBtn" value="LOGIN" onclick="login_ButtonClick();" />
                                            </td>
                                        </tr>
                                    </tbody>
                                </table>
                            </td>
                        </tr>
                        <tr>
			                <td align="left" style="vertical-align: top;padding-top:8px;">
				                <table cellspacing="0" cellpadding="0" style="margin-right:0; margin-left:auto;">
					                <tbody>
						                <tr>
                                            <td align="left" style="vertical-align: middle; ">
                                                <a id="forgot-password" onclick="email_LinkClick()" class="password-link">Forgot password?</a>
                                            </td>
						                </tr>
					                </tbody>
				                </table>
			                </td>
		                </tr>
                    </tbody>
                </table>   
            </form>

        </div>       

        <div class="email form-container emailSend" id="email-dialog">
            <div onclick="email_CloseClick()" class="close"></div>
            <table cellpadding="0" cellspacing="0" width="95%">
                <tr>
                    <td style="padding:15px;padding-top:40px;">
                        Send me my user login credentials.      
                    </td>
                </tr>
                <tr>
                    <td style="padding-left:15px;padding-top:5px;" align="left">
                        <input type="button" class="dialogButton" value="Send" onclick="email_ButtonClick()" />
                    </td>
                </tr>
            </table>
        </div>
        
        <div class="email form-container emailLdap" id="ldap-email-dialog">
            <div onclick="email_CloseClick()" class="close"></div>
            <table cellpadding="0" cellspacing="0" width="95%">
                <tr>
                    <td style="padding:15px;padding-top:40px;">
                        You are using LDAP authentication to log into ConnectWise.<br/><br/>If you have forgotten your password, please contact your network administrator for assistance with resetting the password.     
                    </td>
                </tr>
                <tr>
                    <td style="padding-left:15px;padding-top:5px;" align="left">
                        <input type="button" class="dialogButton" value="OK" onclick="email_CloseClick()" />
                    </td>
                </tr>
            </table>
        </div>
        
        <div class="form-container eula-form" id="eula-dialog" style="display:none">
            <div onclick="eula_CloseClick()" class="close"></div>
            <iframe id="eulaFrame" frameBorder="0" ></iframe>
        </div>

        <div class="form-container auth-form" id="authenticationService" style="display:none">
            <div onclick="auth_CloseClick()" class="close"></div>
            <iframe id="authenticationFrame" frameBorder="0" ></iframe>
        </div>

    </body>
</html>