diff --git a/components/Authentication/SignInForm.js b/components/Authentication/SignInForm.js index 2e2e2f1..acede24 100644 --- a/components/Authentication/SignInForm.js +++ b/components/Authentication/SignInForm.js @@ -7,7 +7,7 @@ import TextField from "@mui/material/TextField"; import Button from "@mui/material/Button"; import FormControlLabel from "@mui/material/FormControlLabel"; import Checkbox from "@mui/material/Checkbox"; -import styles from "@/components/Authentication/Authentication.module.css"; +import styles from "./signinform.module.css"; import WrenchBoardLogo from "@/public/images/logos/wrenchboard-logo.png"; const SignInForm = () => { @@ -22,7 +22,7 @@ const SignInForm = () => { return ( <> -
+
{ mb="60px" > logo - + Sign In{" "} @@ -116,25 +116,6 @@ const SignInForm = () => { - - - - } - label="Remember me." - /> - - - - - Forgot your password? - - -