diff --git a/src/QUI/Auth/Google2Fa/Controls/Login.php b/src/QUI/Auth/Google2Fa/Controls/Login.php
index f75e731565f3a60ba01bf84496f420f7243786b3..6b6b63cbecb24877060fdd74403badbef4902274 100644
--- a/src/QUI/Auth/Google2Fa/Controls/Login.php
+++ b/src/QUI/Auth/Google2Fa/Controls/Login.php
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * This file contains
+ * This file contains QUI\Auth\Google2Fa\Controls\Login
  */
 namespace QUI\Auth\Google2Fa\Controls;
 
@@ -15,6 +15,18 @@
  */
 class Login extends Control
 {
+    /**
+     * Login constructor.
+     *
+     * @param array $attributes
+     */
+    public function __construct(array $attributes = array())
+    {
+        parent::__construct($attributes);
+
+        $this->addCSSFile(dirname(__FILE__) . '/Login.css');
+    }
+
     /**
      * @return string
      */