diff --git a/nowe_konto.php b/nowe_konto.php
index b016b1f..d886017 100644
--- a/nowe_konto.php
+++ b/nowe_konto.php
@@ -1,11 +1,20 @@
 <title>Rejestracja konta</title>
 
-<form method="POST" action="nowe_konto.php">
-<b>Login:</b> <input type="text" name="login"><br>
-<b>Hasło:</b> <input type="password" name="haslo1"><br>
-<b>Powtórz hasło:</b> <input type="password" name="haslo2"><br>
-<input type="submit" value="Zarejestruj" name="register">
-</form> 
+<link rel="stylesheet" type="text/css" href="style.css">
+
+    <div class="registerbox">
+    <img src="img/avatar.png" class="avatar">
+        <h1>Rejestracja</h1>
+        <form method="POST" action="nowe_konto.php">
+            <p>Login</p>
+            <input type="text" name="login" placeholder="Wpisz swój login" required>
+            <p>Hasło</p>
+            <input type="password" name="haslo1" placeholder="Wpisz swoje hasło" required>
+			<p>Powtórz hasło</p>
+            <input type="password" name="haslo2" placeholder="Powtórz hasło" required>
+            <input type="submit" name="register" value="Rejestruj się">
+        </form>
+    </div>
 
 <?php