diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index c06e1c2..22c23cb 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -58,6 +58,7 @@ h2 {
font-size: $h2-font-size;
margin: $h2-margin;
}
+
input {
padding: $input-padding;
border: none;
diff --git a/frontend/src/components/form/ValidationForm.vue b/frontend/src/components/form/ValidationForm.vue
new file mode 100644
index 0000000..ecc1468
--- /dev/null
+++ b/frontend/src/components/form/ValidationForm.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
diff --git a/frontend/src/components/form/ValidationFormInput.vue b/frontend/src/components/form/ValidationFormInput.vue
new file mode 100644
index 0000000..eea662e
--- /dev/null
+++ b/frontend/src/components/form/ValidationFormInput.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+ {{validationError}}
+
+
+
+
+