input[type=email],input[type=number],input[type=text],textarea{@apply px-4 py-2 w-full rounded-lg placeholder-gray-400 dark:placeholder-gray-500 bg-white dark:bg-black border-2 text-gray-900 dark:text-white focus:ring-0 focus:outline-none focus:border-blue-500 text-base;}input[type=email].error,input[type=number].error,input[type=text].error,textarea.error{@apply border-red-500;}label,p{@apply text-body-l;}label.mandatory:after,p.mandatory:after{@apply text-red-500 font-bold;content:"*"}
