diff --git a/css/style.css b/css/style.css
index a603ee7bdc87f229dea7097dbb0fc8a51d7034e4..53aa45bb0555f9b05f478972580db200e04f0621 100644
--- a/css/style.css
+++ b/css/style.css
@@ -193,4 +193,27 @@ body {
 #token-issuer-btn {
     margin-top: 20px;
     margin-bottom: 20px;
+}
+
+.circle-wrapper {
+    text-align: center;
+    position: relative;
+}
+
+.circle {
+    width: 90px;
+    height: 90px;
+    border-radius: 50%;
+    font-size: 25px;
+    color: #fff;
+    line-height: 30px;
+    text-align: center;
+    background: red;
+    transform: rotate(-20deg);
+    padding-top: 6px;
+    border: 3px yellow solid;
+    font-weight: bold;
+    position: absolute;
+    left: 27px;
+    top: 0px;
 }
\ No newline at end of file
diff --git a/include/header.php b/include/header.php
index 267bb9c942bcf496ee4e529208a2aae0d9e65ed8..2935bed635faed050cec2fdce1e1245c32f13970 100644
--- a/include/header.php
+++ b/include/header.php
@@ -17,7 +17,11 @@
                 Image Credits & Copyright: Colombari/E.Recurt
             </div>
             <div class="page-title-wrapper">
-                <h1 class="text-center">Remote Authentication Portal</h1>
+                <h1 class="text-center">Remote Authentication Portal
+                    <span class="circle-wrapper">
+                        <div class="circle">beta<br/>version!</div>
+                    </span>
+                </h1>
             </div>
         </header>
         <div class="container">