.fvl-input-wrapper {
    @apply p-2;
}

.fvl-input-group {
    @apply flex rounded;
}

.fvl-input-label {
    @apply block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2;
}

.fvl-input {
    @apply appearance-none block flex-grow bg-gray-200 text-gray-800 border border-gray-200 rounded py-3 px-4 leading-tight;
}