@@ -108,8 +108,10 @@
<a class="button buttonWithBorder" href="/cloverlogin">Sign In with Clover</a>
<a class="button buttonWithBorder" href="/squarelogin">Sign In with Square</a> -->
+
+ <h3 class="link">Forgot your password?</h3>
- <h3 class="link" style="margin-top: 30px;" onclick="registerObj.display()"> New Here? Please Sign Up </h3>
+ <h3 class="link" onclick="registerObj.display()">Need to register?</h3>
</form>
</div>
@@ -117,7 +117,8 @@ button::-moz-focus-inner{
.link {
cursor: pointer;
color: gray;
- text-decoration: none;
+ text-decoration: underline;
+ margin-top: 20px;
}
.link:hover {