#loginform-custom{ label{ @apply block mb-2; } input[type="text"], input[type="password"]{ @apply mb-4 h-12 w-full rounded-md px-4; } input[type="submit"]{ @apply mb-4 h-12 w-full rounded-md bg-primary text-center text-white; } }