.filament-login-page {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}

.filament-login-page .filament-card {
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.filament-button {
    transition: all 0.3s ease;
}

.filament-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Custom styles for login page */
.filament-login-page {
    background-color: #f3f4f6;
}

.filament-form-component {
    margin-bottom: 1rem;
}

/* Style form inputs */
.filament-forms-text-input-component input {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

.filament-forms-text-input-component input:focus {
    border-color: #22345A;
    ring: 2px;
    ring-color: rgba(34, 52, 90, 0.2);
}

.fi-logo{
    background: white !important;
}
