diff --git a/src/components/auth/Register.svelte b/src/components/auth/Register.svelte
index 070d626..304754d 100644
--- a/src/components/auth/Register.svelte
+++ b/src/components/auth/Register.svelte
@@ -92,19 +92,20 @@
diff --git a/src/global.css b/src/global.css
index d4ce8d6..d7dbc06 100644
--- a/src/global.css
+++ b/src/global.css
@@ -2,22 +2,6 @@
@tailwind components;
@tailwind utilities;
-input[type='checkbox']::before {
- content: '';
- width: 0.65em;
- height: 0.65em;
- transform: scale(0);
- transition: 60ms transform ease-in-out;
- box-shadow: inset 1em 1em #fff;
- transform-origin: bottom left;
- clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
- cursor: pointer;
-}
-
-input[type='checkbox']:checked::before {
- transform: scale(1);
-}
-
.modal-box {
@apply p-8;
}