diff --git a/web/html/login.html b/web/html/login.html
index 97d512ac..7655c66f 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -49,6 +49,9 @@
border-radius: 2rem;
padding: 3rem;
transition: all 0.3s;
+ user-select:none;
+ -webkit-user-select:none;
+ -moz-user-select: none;
}
#login:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);