diff --git a/hosting/templates/hosting/user_key.html b/hosting/templates/hosting/user_key.html
index a518c1d1..35ab749f 100644
--- a/hosting/templates/hosting/user_key.html
+++ b/hosting/templates/hosting/user_key.html
@@ -24,7 +24,7 @@
                     <div class="underform-contaner">
                         <h4>{% trans "Use your created key to access to the VM" %}.</h4>
                         <div class="btn-container">
-                            <button type="submit" name="add_ssh" class="btn choice-btn-faded">
+                            <button type="submit" name="add_ssh" class="btn choice-btn choice-btn-faded">
                                 {% trans "Add SSH Key" %}
                             </button>
                         </div>