diff --git a/app/src/main/res/drawable/bg_login.xml b/app/src/main/res/drawable/bg_login.xml
index 15f1eca..4103bc6 100644
--- a/app/src/main/res/drawable/bg_login.xml
+++ b/app/src/main/res/drawable/bg_login.xml
@@ -1,7 +1,8 @@
diff --git a/app/src/main/res/drawable/shape_button_login.xml b/app/src/main/res/drawable/shape_button_login.xml
index dfe7153..f44644c 100644
--- a/app/src/main/res/drawable/shape_button_login.xml
+++ b/app/src/main/res/drawable/shape_button_login.xml
@@ -1,4 +1,10 @@
+
-
-
+
+
+
diff --git a/app/src/main/res/drawable/shape_button_secondary.xml b/app/src/main/res/drawable/shape_button_secondary.xml
new file mode 100644
index 0000000..56f7560
--- /dev/null
+++ b/app/src/main/res/drawable/shape_button_secondary.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/shape_dot_accent.xml b/app/src/main/res/drawable/shape_dot_accent.xml
new file mode 100644
index 0000000..c236d89
--- /dev/null
+++ b/app/src/main/res/drawable/shape_dot_accent.xml
@@ -0,0 +1,5 @@
+
+
+
+
diff --git a/app/src/main/res/drawable/shape_edit_text.xml b/app/src/main/res/drawable/shape_edit_text.xml
index f1736e9..4d1716d 100644
--- a/app/src/main/res/drawable/shape_edit_text.xml
+++ b/app/src/main/res/drawable/shape_edit_text.xml
@@ -1,4 +1,6 @@
+
-
-
+
+
+
diff --git a/app/src/main/res/drawable/shape_login_box.xml b/app/src/main/res/drawable/shape_login_box.xml
index e12b6f4..7967e44 100644
--- a/app/src/main/res/drawable/shape_login_box.xml
+++ b/app/src/main/res/drawable/shape_login_box.xml
@@ -1,5 +1,18 @@
-
-
-
-
-
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml
index f472e0a..7e76dbf 100644
--- a/app/src/main/res/layout/activity_login.xml
+++ b/app/src/main/res/layout/activity_login.xml
@@ -3,10 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/bg_login"
- android:padding="20dp">
+ android:background="@drawable/bg_login">
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:textStyle="bold"
+ android:letterSpacing="0.15" />
+
+
+
+
-
+
+ android:gravity="center_vertical"
+ android:orientation="horizontal"
+ android:layout_marginBottom="20dp">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -158,10 +299,10 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
- android:layout_marginBottom="20dp"
+ android:layout_marginBottom="16dp"
android:text="Copyright © 2020-2026 Telewave. All Rights Reserved."
- android:textColor="#88FFFFFF"
- android:textSize="12sp"
+ android:textColor="#1A4A6B"
+ android:textSize="11sp"
android:padding="10dp"
android:clickable="true"
android:focusable="true" />