diff --git a/assets/style.css b/assets/style.css index d113389..e5684d3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -245,4 +245,12 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod border-radius: 50px; background: none; border: 2px solid var(--primary); + width: 175px; +} + +#register_Form input { + border-radius: 50px; + background: none; + border: 2px solid var(--primary); + width: 175px; } \ No newline at end of file