.form-field{
    @apply w-full
}

@screen dt {
    .form-field{
        @apply w-1/2
    }

    .desktop-w-full{
        @apply w-full !important   
    }
}
