diff --git a/frontend/index.html b/frontend/index.html
deleted file mode 100644
index 49629e8..0000000
--- a/frontend/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/frontend/logowanie/index.html b/frontend/logowanie/index.html
new file mode 100644
index 0000000..3bd0a68
--- /dev/null
+++ b/frontend/logowanie/index.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ Padle tournament system
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/logowanie/style.css b/frontend/logowanie/style.css
new file mode 100644
index 0000000..2eddee4
--- /dev/null
+++ b/frontend/logowanie/style.css
@@ -0,0 +1,52 @@
+/* * {
+ border: 2px solid red;
+ padding: 0;
+ margin: 0;
+} */
+
+* {
+ /* border: 2px solid red; */
+ box-sizing: border-box;
+ text-align: center;
+}
+
+.container {
+ height: 100vh;
+}
+
+.form {
+ width: 50%;
+ height: 40%;
+ background-color: #EBEBEB;
+ display: flex;
+ ;
+ justify-content: center;
+ align-items: center;
+}
+
+.login {
+ width: 40%;
+ display: flex;
+ flex-direction: column;
+}
+
+.container {
+ display: flex;
+ height: 100vh;
+ justify-content: center;
+ align-items: center;
+}
+
+
+
+.myButton {
+ background-color: #14A6F9;
+ border-radius: 28px;
+ display: inline-block;
+ cursor: pointer;
+ color: #ffffff;
+ font-family: Arial;
+ font-size: 12px;
+ padding: 5px 15px;
+ width: 50%;
+}
\ No newline at end of file