diff --git a/signup.php b/signup.php index 3b18b32..95bdfe3 100644 --- a/signup.php +++ b/signup.php @@ -2,66 +2,63 @@ include 'NoDirectPhpAcess.php'; ?> -
- +
-
- -

Please fill in each field below

-
+
-
+

Please fill in each field below

+
+
-
- - Full Name - + + + Full Name + - Student ID - - - Email - - - Password (must include uppercase and lowercase letters, digits and special characters) - + Student ID + - Confirm Password - -
- -'; - $_SESSION['info_signup2'] = null; -} -?> -
+ Email + + Password (must include uppercase and lowercase letters, digits and special characters) + -
-
-
+ Confirm Password + +
+ + '; + $_SESSION['info_signup2'] = null; + } + ?> + + +
+
+
+ .btn-primary { + color: white; + border-radius: 5px; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); + background: rgb(75, 184, 240); + padding: 5px 105px; + font-family: Poppins-Regular; + font-size: 23px; + line-height: 1.5; + } + \ No newline at end of file