diff --git a/pages/login.js b/pages/login.js
index 9ef5d98..8e91e51 100644
--- a/pages/login.js
+++ b/pages/login.js
@@ -1,10 +1,52 @@
import Head from 'next/head'
+import '../static/everypage.css'
+import '../static/css/login.css'
+import {Footer, TurniereNavigation} from "../js/CommonComponents";
+import React from "react";
+import {Button, Card, CardBody, Container, Form, FormGroup, Input, Label} from "reactstrap";
export default () => (
-
+
-
Turnie.re - Login
+
Login: turnie.re
-
Login
+
+
+
+
+
)
+
+function Login() {
+ return (
+
+
+
+ Login
+
+
+
+
+
+ );
+}
+
+function LoginForm() {
+ return (
+
+ );
+}
\ No newline at end of file
diff --git a/static/css/login.css b/static/css/login.css
new file mode 100644
index 0000000..ea52c58
--- /dev/null
+++ b/static/css/login.css
@@ -0,0 +1,5 @@
+.stadium-bg {
+ background: url("/static/images/landingpage-background.jpg") no-repeat center;
+ background-size: cover;
+ min-height: 100vh;
+}
\ No newline at end of file