@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-gradient-blue{
    background: linear-gradient(45deg, #025491, #0275d8)
}

.icons-logo{
    width: 175px;
}

.nav-top a {
    color: white;
}

.form-control {
    @apply mt-1 block w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm text-sm focus:outline-none focus:ring-indigo-500 focus:focus:border-indigo-500;
}

.is-invalid {
    @apply border-red-500;
}

.invalid-feedback {
    @apply text-red-500 text-xs mt-1;
}

.btn {
    @apply inline-flex items-center px-4 py-2 border border-transparent shadow-sm text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2;
}

@import 'components/contratos.css';
@import 'components/chamados.css';