diff --git a/src/assets/images/netlify-dark.png b/src/assets/images/netlify-dark.png new file mode 100644 index 0000000..1811602 Binary files /dev/null and b/src/assets/images/netlify-dark.png differ diff --git a/src/screens/Login/LogIn.jsx b/src/screens/Login/LogIn.jsx index df729eb..24d356c 100644 --- a/src/screens/Login/LogIn.jsx +++ b/src/screens/Login/LogIn.jsx @@ -133,6 +133,7 @@ export default function LoginPage() { /> + diff --git a/src/screens/Login/Login.module.css b/src/screens/Login/Login.module.css index d2ca4a5..b593ca5 100644 --- a/src/screens/Login/Login.module.css +++ b/src/screens/Login/Login.module.css @@ -72,6 +72,7 @@ margin-bottom: 0px; margin-top: 0.5rem; } + .errorBody { font-family: "Poppins"; font-size: 0.75rem; @@ -212,3 +213,11 @@ line-height: 1.15rem; transition: 0.4s linear; } + +.netlifyLogo { + background: url("../../assets/images/netlify-dark.png"); + height: 50px; + width: 110px; + margin-top: 20px; + align-self: center; +}