diff --git a/app/static/style.css b/app/static/style.css
index 7eee88d..e8ab50a 100644
--- a/app/static/style.css
+++ b/app/static/style.css
@@ -950,3 +950,20 @@ button {
color: #4a7090;
line-height: 1.35;
}
+
+.request-access-btn {
+ display: block;
+ text-align: center;
+ margin-top: 1rem;
+ padding: 0.6rem 1rem;
+ border-radius: 8px;
+ border: 1px solid rgba(255,255,255,.2);
+ color: #a0b8cc;
+ font-size: .88rem;
+ text-decoration: none;
+ transition: background .2s, color .2s;
+}
+.request-access-btn:hover {
+ background: rgba(255,255,255,.07);
+ color: #dce8f5;
+}
diff --git a/app/templates/login.html b/app/templates/login.html
index eb44bac..fb26843 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -23,6 +23,7 @@
+ Запросить доступ