+
+
+}
diff --git a/mon-pix/app/components/authentication/password-reset-form/password-reset-form.scss b/mon-pix/app/components/authentication/password-reset-form/password-reset-form.scss
new file mode 100644
index 00000000000..496306df629
--- /dev/null
+++ b/mon-pix/app/components/authentication/password-reset-form/password-reset-form.scss
@@ -0,0 +1,20 @@
+.password-reset-form {
+ display: flex;
+ flex-direction: column;
+ gap: var(--pix-spacing-4x);
+
+ input {
+ width: 100%;
+ padding: var(--pix-spacing-3x);
+ }
+
+ &__mandatory-fields-message {
+ @extend %pix-body-xs;
+
+ color: var(--pix-neutral-500);
+ }
+
+ &__password-input, &__submit-button {
+ width: 100%;
+ }
+}
diff --git a/mon-pix/app/components/authentication/signin-form.gjs b/mon-pix/app/components/authentication/signin-form.gjs
index b167e5cfb3d..23c8bfe7457 100644
--- a/mon-pix/app/components/authentication/signin-form.gjs
+++ b/mon-pix/app/components/authentication/signin-form.gjs
@@ -112,7 +112,7 @@ export default class SigninForm extends Component {