From 276156c5de70a0b9d1e3437bf69f5bc1e84324c3 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sun, 21 Nov 2021 02:33:06 -0500 Subject: [PATCH] Style login and register forms --- .../Pages/ExternalAuth/LoginForm.cshtml | 14 +++++++---- .../Pages/ExternalAuth/RegisterForm.cshtml | 23 +++++++++++-------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/ProjectLighthouse/Pages/ExternalAuth/LoginForm.cshtml b/ProjectLighthouse/Pages/ExternalAuth/LoginForm.cshtml index 4dd2fefd..18888d32 100644 --- a/ProjectLighthouse/Pages/ExternalAuth/LoginForm.cshtml +++ b/ProjectLighthouse/Pages/ExternalAuth/LoginForm.cshtml @@ -19,11 +19,15 @@

Log in

- -
+
+ + +

- -
+
+ + +


-
+
\ No newline at end of file diff --git a/ProjectLighthouse/Pages/ExternalAuth/RegisterForm.cshtml b/ProjectLighthouse/Pages/ExternalAuth/RegisterForm.cshtml index 89dee5c4..1064aa92 100644 --- a/ProjectLighthouse/Pages/ExternalAuth/RegisterForm.cshtml +++ b/ProjectLighthouse/Pages/ExternalAuth/RegisterForm.cshtml @@ -22,14 +22,17 @@

Register

- -
- - -
- - -
- -
+
+ + +

+
+ + +

+
+ + +


+
\ No newline at end of file