The below can be used to add the ability to login into the CRM Customer Portal directly from your website. This does not contain any CSS or formatting to match your website. The outside party building your website will be required to create this themselves.
<form name="loginfrm" method="post" action="https://www.studentdebtportal.com">
<label for="username">Username</label>
<input name="username" type="text" id="username" class="username" />
<label for="password">Password</label>
<input name="password" type="password" id="password" class="password" />
<input type="submit" name="Submit" value="Login" />
</form>