diff --git a/static/confirmation.css b/static/confirmation.css
new file mode 100644
index 0000000..72da6ed
--- /dev/null
+++ b/static/confirmation.css
@@ -0,0 +1,5 @@
+input[type=number]::-webkit-inner-spin-button,
+input[type=number]::-webkit-outer-spin-button {
+ -webkit-appearance: none;
+ margin: 0;
+}
\ No newline at end of file
diff --git a/static/confirmation.html b/static/confirmation.html
new file mode 100644
index 0000000..0c87b26
--- /dev/null
+++ b/static/confirmation.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+ UTSA Placeholders
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/forgotpassword.css b/static/forgotpassword.css
new file mode 100644
index 0000000..e69de29
diff --git a/static/forgotpassword.html b/static/forgotpassword.html
new file mode 100644
index 0000000..cf8c163
--- /dev/null
+++ b/static/forgotpassword.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+ UTSA Placeholders
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/login.css b/static/login.css
new file mode 100644
index 0000000..8409690
--- /dev/null
+++ b/static/login.css
@@ -0,0 +1,51 @@
+:root {
+ --utsa-orange: #f15a22;
+ --utsa-blue: #0c2340;
+}
+
+html {
+ background-color: var(--utsa-orange);
+}
+
+#lform {
+ border-radius: 10px;
+ border: solid var(--utsa-orange) 2px;
+ margin: 100px;
+ padding: 30px;
+ background-color: white;
+}
+
+#formbg {
+ background-color: var(--utsa-orange);
+}
+
+#h3bg {
+ background-color: var(--utsa-blue);
+}
+
+h3 {
+ border-radius: 10px;
+ padding: 20px;
+ margin: 10px;
+ background-color: var(--utsa-blue);
+ color: var(--utsa-orange);
+ font-size: 40px;
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+}
+
+.form-label {
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+}
+
+.form-control {
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+}
+
+.form-text {
+ padding: 3px;
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+}
+
+.loginlinks {
+ font-size: 12px;
+}
\ No newline at end of file
diff --git a/static/login.html b/static/login.html
index 199609a..69679e1 100644
--- a/static/login.html
+++ b/static/login.html
@@ -7,12 +7,12 @@
UTSA Placeholders
+
-
- Login
-