diff --git a/lib/components/otp_body.dart b/lib/components/otp_body.dart
index 77d32d8..cad7f49 100644
--- a/lib/components/otp_body.dart
+++ b/lib/components/otp_body.dart
@@ -255,8 +255,10 @@ class _OtpBodyState extends State<OtpBody> {
             ],
           ),
         )),
+        const SizedBox(height: 30,),
         ElevatedButton(
           style: ButtonStyle(
+              padding: MaterialStateProperty.all(const EdgeInsets.all(15.0)),
               foregroundColor:
                   MaterialStateProperty.all(const Color(0xff8B0000)),
               backgroundColor: